上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页
摘要: tobecrazy Selenium automation test framework https://github.com/tobecrazy/Demo Smartphone Test Farm https://github.com/openstf/stf testng retry failue 阅读全文
posted @ 2016-11-24 09:33 testway 阅读(184) 评论(0) 推荐(0) 编辑
摘要: java 实例化时调用了抽象方法或者class里面某个方法,如果子类有重写改方法,实际运行的是子类重写方法 运行结果: from childA classfrom childB classfrom Father class 阅读全文
posted @ 2016-11-18 11:22 testway 阅读(2469) 评论(0) 推荐(0) 编辑
摘要: 接口示例 示例二 来源:http://blog.sina.com.cn/s/blog_48c0812c0101alaz.html 阅读全文
posted @ 2016-11-16 20:10 testway 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 1、新建一个maven项目,pom文件为: http://blog.csdn.net/yan1234abcd/article/details/49300995 阅读全文
posted @ 2016-11-13 22:37 testway 阅读(553) 评论(1) 推荐(0) 编辑
摘要: 启动ie代码: 启动ie报错: Started InternetExplorerDriver server (64-bit)2.44.0.0Listening on port 10375FAILED: fff2org.openqa.selenium.remote.SessionNotFoundExc 阅读全文
posted @ 2016-11-07 10:20 testway 阅读(11371) 评论(1) 推荐(3) 编辑
摘要: 在自动化测试过程中会遇到如下windows安全认证,需要输入账号和密码,这个认证对话框不属于element元素。无法用selenium操作,需要用autoitv3操作,输入账号密码后,再进行web元素操作。 有2中方式: 第一种:编写autoitv3脚本,生成autoitv3 可执行程序,再用jav 阅读全文
posted @ 2016-11-05 17:14 testway 阅读(4826) 评论(0) 推荐(0) 编辑
摘要: 新建一个截图监听类ScreenShotListener ,重写onTestFailure方法,里面定义了 监听的driver ,截图文件路径和名称 测试用例的实现 执行后截图文件名: 20161101151840_com.fsssc.htsgl.testcases.DevTest.testCase. 阅读全文
posted @ 2016-11-01 16:04 testway 阅读(2547) 评论(0) 推荐(0) 编辑
摘要: 安装nodejs后会有npm命令 npm 可以安装node插件 cnpm使用的是淘宝网的镜像http://npm.taobao.org 安装命令提示符执行:npm install cnpm -g --registry=https://registry.npm.taobao.org 这样cnpm也可以 阅读全文
posted @ 2016-10-30 10:50 testway 阅读(7430) 评论(0) 推荐(1) 编辑
摘要: selenium自动化时,会启动chromedriver.exe,每次运行一次,就多启动一个,执行多次就会拖慢系统。如下批处理命令,可以批量杀掉进程 tasklist |find "chromedriver">nul && taskkill /f /t /im chromedriver.exetas 阅读全文
posted @ 2016-10-26 20:24 testway 阅读(326) 评论(0) 推荐(0) 编辑
摘要: tool - 支持TestLink 1.93,将excel格式用例转化成可以导入的xml格式 https://github.com/zhangzheyuk/CaseConvert https://github.com/zhangzheyuk/CaseConvert 阅读全文
posted @ 2016-10-24 17:56 testway 阅读(1144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页