What you think is what you get

Home

Robotium 使用介紹

Robotium 為專門測試 android ui 的 framework,詳細介紹參考官網 本篇介紹如何導入......

TouchUtils.clickView 對 button 無效

描述: button 是一般的 android 預設的 button,xml 定義如下 <Button ......

使用 TDD 加入 android 測試案例

上一篇 建立測試案例以及測試 android activity 的模板 建立基本模板以及測試案例之後。本篇開始......

建立測試案例以及測試 android activity 的模板

在上一篇 Create android test project by command line and ec......

Create android test project by command line and eclipse

使用 Eclipse 建立 android test project Step 1. 開啟 Eclipse -......