摘要: JUnit Listeners If you want to do some operations when your tests are started, passed, finished, failed, or skipped/ignored, you can use Listeners. Bo 阅读全文
posted @ 2017-05-26 15:36 留白* 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 摘自http://blog.csdn.net/littlechang/article/details/8642149 持续集成是个简单重复劳动,人来操作费时费力,使用自动化构建工具完成是最好不过的了。 为了实现这个要求,我选择了Jenkins。 从http://mirrors.jenkins-ci. 阅读全文
posted @ 2017-05-24 11:34 留白* 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 摘自http://blog.csdn.net/fullbug/article/details/53024562 Jenkins是一个很受欢迎的CI持续集成工具,能够实现项目的自动构建、打包、测试、发布等。还可以在构建失败、构建不稳定等状态后发送邮件通知。现介绍一下如何在Jenkins中配置实现邮件通 阅读全文
posted @ 2017-05-24 11:17 留白* 阅读(2248) 评论(0) 推荐(0) 编辑
摘要: 编写自动化测试用例一个新创建的用例中类继承了其他类,由于未知原因,eclipse没能自动编译源代码到build/classes(或其他classes目录)代码一直报错XXX cannot be resolved to a type,通过clean project 解决了该问题。 鼠标移动到工具条上, 阅读全文
posted @ 2017-05-11 15:28 留白* 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 安装sudo apt-get update sudo apt-get install nodejs sudo apt-get install npm npm install -g appium卸载: nodejsstep1:removing node related packages i.e. re 阅读全文
posted @ 2017-05-11 11:43 留白* 阅读(2006) 评论(0) 推荐(0) 编辑
摘要: 该帖转自其他出处 Sometimes due to some temporarily problems such as connection problems, server problems, browser issues, mobile application crashes and freez 阅读全文
posted @ 2017-05-11 11:15 留白* 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 有时由于服务器,浏览器等问题,会导致自动化测试用例运行失败,此处通过案例讲解如何使用Junit框架中的TestRule来实现重复运行失败的测试用例。 首先定义一个类并让它实现TestRule,代码如下: 之后创建一个测试类,该类中选择打开https://www.baidu.com网站,测试网页标题中 阅读全文
posted @ 2017-05-10 18:27 留白* 阅读(385) 评论(0) 推荐(0) 编辑
摘要: Window->Preferences->Java->Editor->ContentAssist(内容助手)里面的Enable auto activation里面第二行再加上abcde….xyz 阅读全文
posted @ 2017-05-03 16:31 留白* 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 1.Use the command: 阅读全文
posted @ 2017-05-03 11:59 留白* 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1.remove just the playonlinux package itself. 2.remove the playonlinux package and any other dependant packages which are no longer needed. 3. delete 阅读全文
posted @ 2017-04-25 16:49 留白* 阅读(1408) 评论(0) 推荐(0) 编辑