标签:
Robotium is an Android test automation framework that has full support for native and hybrid applications. Robotium makes it easy to write powerful and robust automatic black-box UI tests for Android applications. With the support of Robotium, test case developers can write function, system and user acceptance test scenarios, spanning multiple Android activities.
See Questions & Answers for common Robotium questions and answers.
See Getting Started for instructions and examples on how to create your first Robotium tests.
Join the discussions in the Robotium Developers Group.
robotium wiki:http://code.google.com/p/robotium/w/list
这里有篇文章对于robotium的介绍很贴切:robotium 是 android 自带类 Instrumentation 的一个封装,方便测试人员直接调用封装好的接口,也就是说,实际上我们直接使用Instrumentation 也能够进行自动化测试,但robotium可以简化我们的测试步骤,我们只需要调用某个robotium的API,传几个参数,就等于我们在调用一部分的Instrumentation帮我们实现测试。robotium 就是富二代!!高帅富!!
http://www.51testing.com/?uid-22381-action-viewspace-itemid-238847
需要注意:
1.测试项目:例如:HelloWorldTest,Build Path需要导入robotium-solo.jar包
2.Eclipse:3.7 版本,需要勾选Order and Export中的内容
标签:
原文地址:http://www.cnblogs.com/spring87/p/4288837.html