资 源 简 介
Hugedata——Revised Robotium Test Framework
基于Robotium 4.0版本更改的代码,使得Robotium更符合我们对应用测试的要求。
Enhancement Features
solo.waitForActivity(String name, int timeout)
solo.assertViewShown(String message, View view, int timeout)
solo.takeScreenshot()
solo.assertCurrentActivity(String message, String name, int timeout, boolean takeScreenshot)
solo.getViewByHierarchyViewerId()
For more details, please visit:
http://maider.blog.sohu.com/259585513.html
http://maider.blog.sohu.com/260998798.html
Instruction
1. The example of test file and the apk file under the test(I use renren.apk) are available in Downloads Tab.
2. The apk under the test and the test apk should be signed with the same key. Use re-sign.j