上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 33 下一页
摘要: 属性查看代码在哪里存 本地项目启动 1,2步骤需要success 阅读全文
posted @ 2016-11-04 18:28 dieyaxianju 阅读(254) 评论(0) 推荐(0) 编辑
摘要: Set<String> windows = driver.getWindowHandles(); int count = 0; for(String handle:windows){ if(count == windows.size() - 1){ driver.switchTo().window( 阅读全文
posted @ 2016-11-04 14:37 dieyaxianju 阅读(1795) 评论(0) 推荐(0) 编辑
摘要: 链接:http://www.testwo.com/blog/6931 1、下载ChromeDriver驱动包(下载地址: http://chromedriver.storage.googleapis.com/index.html?path=2.7/ 注意阅读note.txt下载与自己所使用浏览器一致 阅读全文
posted @ 2016-11-02 10:04 dieyaxianju 阅读(489) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-16 16:37 dieyaxianju 阅读(2) 评论(0) 推荐(0) 编辑
摘要: invocation 使用TestNG进行性能测试/重复执行 来源:http://www.51testing.com/html/18/n-131218.html TestNG提供了丰富的Annotation为测试提供更强大,更细致的控制,比如用于并发测试的invocationCount和thread 阅读全文
posted @ 2016-09-09 17:18 dieyaxianju 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-08-20 14:55 dieyaxianju 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 出现问题原因story中参数写错: 执行时报错如下 解决办法: 阅读全文
posted @ 2016-08-16 19:26 dieyaxianju 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 产生原因: 有四个文件需要放到新的文件夹,在原来的svn上删除后,本地重新上传 解决方法:更新本地update ,然后发现其实已经上传成功了 上传代码:add(target跟output的不要)》commit》填写注释》ok 阅读全文
posted @ 2016-08-16 15:25 dieyaxianju 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/java-pan/archive/2012/04/07/2436507.html 阅读全文
posted @ 2016-08-14 18:41 dieyaxianju 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 安装版: mysql官网:https://dev.mysql.com/downloads/ Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.可以装在64位上 5.7 安装参考:http 阅读全文
posted @ 2016-08-14 18:05 dieyaxianju 阅读(218) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 33 下一页