会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dieyaxianju
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
33
下一页
2016年11月4日
eclipse项目debug方法
摘要: 属性查看代码在哪里存 本地项目启动 1,2步骤需要success
阅读全文
posted @ 2016-11-04 18:28 dieyaxianju
阅读(254)
评论(0)
推荐(0)
编辑
selenium之 定位以及切换frame(iframe)
摘要: 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)
编辑
2016年11月2日
selenium之操作ChromeDriver
摘要: 链接: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)
编辑
2016年9月16日
接口测试查询
该文被密码保护。
阅读全文
posted @ 2016-09-16 16:37 dieyaxianju
阅读(2)
评论(0)
推荐(0)
编辑
2016年9月9日
设置跑的次数
摘要: 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)
编辑
2016年8月20日
JSON解析
摘要:
阅读全文
posted @ 2016-08-20 14:55 dieyaxianju
阅读(117)
评论(0)
推荐(0)
编辑
2016年8月16日
l类型转换错误ClassCastException
摘要: 出现问题原因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
阅读(181)
评论(0)
推荐(0)
编辑
2016年8月14日
【cl】Json学习
摘要: http://www.cnblogs.com/java-pan/archive/2012/04/07/2436507.html
阅读全文
posted @ 2016-08-14 18:41 dieyaxianju
阅读(88)
评论(0)
推荐(0)
编辑
mysql下载安装
摘要: 安装版: 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
阅读(219)
评论(0)
推荐(0)
编辑
上一页
1
···
13
14
15
16
17
18
19
20
21
···
33
下一页
公告