摘要:
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 阅读全文
摘要:
摘自http://blog.csdn.net/littlechang/article/details/8642149 持续集成是个简单重复劳动,人来操作费时费力,使用自动化构建工具完成是最好不过的了。 为了实现这个要求,我选择了Jenkins。 从http://mirrors.jenkins-ci. 阅读全文
摘要:
摘自http://blog.csdn.net/fullbug/article/details/53024562 Jenkins是一个很受欢迎的CI持续集成工具,能够实现项目的自动构建、打包、测试、发布等。还可以在构建失败、构建不稳定等状态后发送邮件通知。现介绍一下如何在Jenkins中配置实现邮件通 阅读全文
摘要:
编写自动化测试用例一个新创建的用例中类继承了其他类,由于未知原因,eclipse没能自动编译源代码到build/classes(或其他classes目录)代码一直报错XXX cannot be resolved to a type,通过clean project 解决了该问题。 鼠标移动到工具条上, 阅读全文
摘要:
安装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 阅读全文
摘要:
该帖转自其他出处 Sometimes due to some temporarily problems such as connection problems, server problems, browser issues, mobile application crashes and freez 阅读全文
摘要:
有时由于服务器,浏览器等问题,会导致自动化测试用例运行失败,此处通过案例讲解如何使用Junit框架中的TestRule来实现重复运行失败的测试用例。 首先定义一个类并让它实现TestRule,代码如下: 之后创建一个测试类,该类中选择打开https://www.baidu.com网站,测试网页标题中 阅读全文
摘要:
Window->Preferences->Java->Editor->ContentAssist(内容助手)里面的Enable auto activation里面第二行再加上abcde….xyz 阅读全文
摘要:
1.Use the command: 阅读全文
摘要:
1.remove just the playonlinux package itself. 2.remove the playonlinux package and any other dependant packages which are no longer needed. 3. delete 阅读全文