[android]android自動化測試

大搜車-自娛發表於2012-01-31
Packtpub.Android.Application.Testing.Guide.Jun.2011.pdf學習記錄

本書目錄的幾個點:

第一章:

一、測試型別
單元測試unit test

整合測試integration test

功能測試function test

效能測試performance test

系統測試system test

二、測試框架


第二章:
在android裝置上進行測試
junit
建立android專案
建立adnroid測試專案
包管理
建立testcase
執行測試
debug 測試
其他命令列操作

第三章:
在android SDK上構建
例子application
深度斷言
檢視斷言
更多的斷言
touchutils類
虛擬物件
基於類的testcase
幾個android測試類

第四章:
android測試環境
建立android avd
命令列執行avd
附加的環境配置
執行monkey
使用monkeyrunner執行指令碼

第五章:
行為驅動開發
...

第六章:
測試祕訣

第七章:
持續整合使用git+hudson

第八章:
效能測試

第九章:
交替測試策略

相關文章