上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: 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 阅读(553) 评论(0) 推荐(0)
摘要: 在实现UI自动化测试过程中,有一类需求是实现图片上传,这种需求根据开发的实现方式,UI的实现方式也会不同。 一、直接利用Selenium实现 这种方式是最简单的一种实现方式,但是依赖于开发的实现。 当开发直接使用file类型的input实现图片文件的上传时,实例:<input type="file" 阅读全文
posted @ 2017-06-08 19:08 YunMan 阅读(1972) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-07 09:47 YunMan 阅读(639) 评论(0) 推荐(0)
摘要: 针对吞吐率和 TPS 的关系,这个在结果分析中如何使用,就个人经验和朋友讨论后,提出如下建议指导,欢迎同僚指正。 相关定义 响应时间 = 网络响应时间 + 应用程序响应时间 响应时间 =(N1+N2+N3+N4)+(A1+A2+A3) TPS :Trasaction per second也就是事务数 阅读全文
posted @ 2017-06-07 08:54 YunMan 阅读(3560) 评论(0) 推荐(0)
摘要: 注:http://www.cnblogs.com/Javame/p/3685512.html 第一步: 下载并安装mysql-connector-3.5x Spotlight on MySQL 连接mysql必须使用mysql-connector-3.5x,5.3.2版本我试了下不行,有兴趣可以试试 阅读全文
posted @ 2017-05-19 13:29 YunMan 阅读(2822) 评论(0) 推荐(0)
摘要: 1.本文背景 1.1.Linux 服务器情况 # cat /etc/issueRed Hat Enterprise Linux Server release 6.1 (Santiago)Kernel \r on an \mCPU 16 核、主频 2.6G,内存 32GB。 1.2.Win7 客户端情 阅读全文
posted @ 2017-05-19 11:42 YunMan 阅读(528) 评论(0) 推荐(0)
摘要: 几年前使用过此工具,发现用于监控远程服务器,非常方面而且快捷。当前再次用于配合压力测试进行资源监控,突然想起来了,以免生疏,在此记录! 1、被监控服务器为Ubuntu server,先在服务器上创建一个用户,专门用于监控使用! 因为远程监控服务器,需要获取服务器的资源,所以必须要有权限。使用文档明确 阅读全文
posted @ 2017-05-17 23:19 YunMan 阅读(5475) 评论(-1) 推荐(1)
摘要: http://blog.csdn.net/deadgrape/article/details/50628113 我想大家在玩自动化的时候最关心的一定是如何定位元素,因为元素定位不到后面的什么方法都实现不了。 那我们就直接看看APPIUMLIBRARY官方给出的信息: Introduction App 阅读全文
posted @ 2017-04-01 16:01 YunMan 阅读(1488) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/deadgrape/article/details/50622441 废话不多说,少年们请看下面。 Waits until text appears on current page. Fails if timeout expires before the t 阅读全文
posted @ 2017-04-01 16:00 YunMan 阅读(637) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/deadgrape/article/details/50619050 以上连作者先跪一下方便面,在上一篇中,作者遗漏了两个常用的函数: 1.长按 Long press the element 这个函数的作用为:长按一个控件 2.缩小(翻译为 “捏”) Pin 阅读全文
posted @ 2017-04-01 15:59 YunMan 阅读(572) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页