摘要:
Appium和Robotium在文字输入上的区别Appium和Robotium在对文本框进行输入时有一定的区别:Appium在输入文字时需要调用系统键盘Robotium在输入文字是根本不需要调出键盘,文字很快速的就输入完成,感觉不是输入的,而是Copy&Paste我个人认为造成这种区别的原因应该如下... 阅读全文
摘要:
再仔细看了下4.0中的方法:java.util.ArrayListgetCurrentViews()Returns an ArrayList of the Views currently displayed in the focused Activity or Dialog.java.util.Ar... 阅读全文
摘要:
老李分享:robotium3.6与4.0 later 的区别因为下载的直接是最新版本的robotium4.1版,这次碰到gridView问题时,发现网上有getCurrentListViews() 、getCurrentImageViews()等方法。而自己却没有,纳闷了,下载查看了下3.6版本,果... 阅读全文
摘要:
老李分享:robotium常用APIrobotium常用APIRobotium中最重要的类Solo类:其中提供了模拟用户活动的点击、搜索、拖拽等方法。英文api(经常断开连接打不开):http://www.jarvana.com/jarvana/view/com/jayway/android/rob... 阅读全文
摘要:
断言:具体请查看官网断言方法assert(robotium特有的断言方式,实际项目中和Junit的assert方法配合使用)void assertCurrentActivity (String message, Class activityClass [,booleanisNewInstance])... 阅读全文