摘要:
Class By定义了页面元素的定位和支持哪些页面元素(至少我是这么理解的),使用及其简单:Used in conjunction with the web methods. Examples are By.id(String id) and By.cssSelector(String select... 阅读全文
摘要:
框架目的: Robotium is an Android test automation framework that has full support for native and hybrid applications. Robotium makes it easy to write power... 阅读全文
摘要:
The test application demonstrates these key points:An Android test is itself an Android application that is linked to the application under test by en... 阅读全文
摘要:
public abstract classActivityInstrumentationTestCase2extendsActivityTestCase//继承自ActivityTestCase类This class provides functional testing of a single a... 阅读全文