本节书摘来自异步社区《手机测试robotium实战教程》一书中的导读,作者 杨志伟,更多章节内容可以访问云栖社区“异步社区”公众号查看

目 录
前 言
第1章 自动化测试简介
<a href="https://yq.aliyun.com/articles/93609">1.1节何为自动化测试</a>
<a href="https://yq.aliyun.com/articles/93612">1.2节自动化测试和手动测试的对比</a>
<a href="https://yq.aliyun.com/articles/93619">1.3节移动端自动化测试工具的选择</a>
第2章 测试开发环境搭建
<a href="https://yq.aliyun.com/articles/93627">2.1节jdk安装及其环境变量配置</a>
<a href="https://yq.aliyun.com/articles/93629">2.2节eclipse的安装.</a>
<a href="https://yq.aliyun.com/articles/93640">2.3节android sdk的安装及环境变量配置</a>
<a href="https://yq.aliyun.com/articles/93643">2.4节adt插件的安装</a>
<a href="https://yq.aliyun.com/articles/93656">2.5节genymotion</a>
第3章 robotium入门
第4章 第一个实战项目
第5章 实战测试项目搭建
第6章 完善测试框架
第7章 更多自动化测试用例
第8章 批量运行测试代码
第9章 持续集成
第10章 crash处理
第11章 跨应用解决方案
第12章 代码覆盖率
第13章 android studio和gradle
第14章 常见错误及解决方法