09 2015 档案

摘要:阿里巴巴二面1.robotium源码架构实现2.robotium工具怎么根据id找到脚本id(脚本id和架构映射原理)3.MonkeyRunner和Uiautomator原理4.你们怎么做电量测试(如何做到app进程级别)5.影响手机电量因素列举一下6.稳定性和压力怎么做?7.robotium we... 阅读全文
posted @ 2015-09-22 14:43 悟空救我呀 阅读(988) 评论(0) 推荐(0)
摘要:构造函数:public AppTestData(File xmlFile) throws Exception { file = xmlFile; try { saxReader = new SAXReader(); saxRea... 阅读全文
posted @ 2015-09-09 11:07 悟空救我呀 阅读(312) 评论(0) 推荐(0)
摘要:Appium 切换上下文环境,代码如下: private void switchToContext(String sContext) { LogManager.getLogger(this.getClass()).info("Swith to Context: " + sCont... 阅读全文
posted @ 2015-09-07 14:10 悟空救我呀 阅读(1158) 评论(0) 推荐(0)