[android]android自动化测试

YBsisterchang 2012-01-31

Packtpub.Android.Application.Testing.Guide.Jun.2011.pdf学习记录

本书目录的几个点:

第一章:

一、测试类型

单元测试unittest

集成测试integrationtest

功能测试functiontest

性能测试performancetest

系统测试systemtest

二、测试框架

第二章:

在android设备上进行测试

junit

创建android项目

创建adnroid测试项目

包管理

创建testcase

运行测试

debug测试

其他命令行操作

第三章:

在androidSDK上构建

例子application

深度断言

查看断言

更多的断言

touchutils类

虚拟对象

基于类的testcase

几个android测试类

第四章:

android测试环境

创建androidavd

命令行运行avd

附加的环境配置

运行monkey

使用monkeyrunner运行脚本

第五章:

行为驱动开发

...

第六章:

测试秘诀

第七章:

持续集成使用git+hudson

第八章:

性能测试

第九章:

交替测试策略

相关推荐