06 2017 档案

摘要: 阅读全文
posted @ 2017-06-28 15:38 YunMan 阅读(3174) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-28 08:50 YunMan 阅读(207) 评论(0) 推荐(0) 编辑
摘要://操作js的confirm弹窗,bool控制是否点击确定,true为点击确定,false为点击取消 public static void OperaterJSOfConfirm(WebDriver driver,String str,Boolean bool) throws InterruptedException, AWTException{ WebElement ... 阅读全文
posted @ 2017-06-26 11:04 YunMan 阅读(5414) 评论(0) 推荐(0) 编辑
摘要:问题一:问题org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server 阅读全文
posted @ 2017-06-24 10:08 YunMan 阅读(527) 评论(0) 推荐(0) 编辑
摘要:package exercises; import java.util.ArrayList; import java.util.List; import java.util.Set; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.Ch... 阅读全文
posted @ 2017-06-15 11:55 YunMan 阅读(540) 评论(0) 推荐(0) 编辑
摘要:在实现UI自动化测试过程中,有一类需求是实现图片上传,这种需求根据开发的实现方式,UI的实现方式也会不同。 一、直接利用Selenium实现 这种方式是最简单的一种实现方式,但是依赖于开发的实现。 当开发直接使用file类型的input实现图片文件的上传时,实例:<input type="file" 阅读全文
posted @ 2017-06-08 19:08 YunMan 阅读(1956) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-07 09:47 YunMan 阅读(631) 评论(0) 推荐(0) 编辑
摘要:针对吞吐率和 TPS 的关系,这个在结果分析中如何使用,就个人经验和朋友讨论后,提出如下建议指导,欢迎同僚指正。 相关定义 响应时间 = 网络响应时间 + 应用程序响应时间 响应时间 =(N1+N2+N3+N4)+(A1+A2+A3) TPS :Trasaction per second也就是事务数 阅读全文
posted @ 2017-06-07 08:54 YunMan 阅读(3468) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示