摘要: 1、xampp >解压并安装xampp >在安装目录下点击setup_xampp(这一步是为了初始化一些环境的配置) >再启动xampp-control,运行Apache和MySQL,成功如下,提示已经running >浏览器输入访问localhost,进入xampp的主页,就说明服务器已经跑起来啦 阅读全文
posted @ 2016-05-27 10:54 qing_keep 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 1、套件的问题 将所有的测试用例加进去,会一个个执行,用于用例名字没有规范test开头的时候 def suite(): suite = unittest.TestSuite suite.addTest(LoginTestCase("test_log_in")) suite.addTest(Login 阅读全文
posted @ 2016-05-27 10:36 qing_keep 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 捕捉弹窗 https://github.com/appium/appium/issues/968完整有截屏的例子:https://github.com/bitbar/testdroid-samples/blob/master/appium/sample-scripts/python/testdroi 阅读全文
posted @ 2016-05-27 10:35 qing_keep 阅读(1372) 评论(0) 推荐(0) 编辑
摘要: 参考-控件定位 http://www.2cto.com/kf/201410/340345.html appium接口 http://appium.io/slate/en/master/?python#about-appium ◆ 控件定位就是精确的描述控件特征并告诉机器的过程。控件的特征就是控件的属 阅读全文
posted @ 2016-05-27 10:35 qing_keep 阅读(2781) 评论(0) 推荐(0) 编辑
摘要: 获取应用信息: 获取应用信息: 讨论:webdriver.Remote实际上就是原生webdriver的子类,另外Remote()构造函数的第一个参数中需要显示指定appium server监听的端口 讨论:webdriver.Remote实际上就是原生webdriver的子类,另外Remote() 阅读全文
posted @ 2016-05-27 10:34 qing_keep 阅读(14268) 评论(0) 推荐(0) 编辑
摘要: 需要链接appium自动化测试教程 http://www.cnblogs.com/fnng/p/4540731.htmlappium中文文档:https://github.com/appium/appium/tree/master/docs/cn测试用例py在 F:\testSpace web自动化 阅读全文
posted @ 2016-05-27 10:33 qing_keep 阅读(3025) 评论(0) 推荐(0) 编辑