上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: 转自:http://blog.csdn.net/zhubaitian/article/details/397178891. 问题描述和起因在使用Appium1.7.0及其以下版本的时候,我们可以直接使用如下代码来创建一个AppiumDriver实例进行对安卓设备的操作。[java]view plai... 阅读全文
posted @ 2015-11-30 10:43 melody_emma 阅读(1700) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.jxdev.me/blog/2015/03/26/jian-xin-de-chi-xu-ji-cheng-zhi-lu-%5B%3F%5D-da-jian-jenkinshuan-jing/完成后结果这个图是我刚才我的Jenkins服务器上截的图,能看见左侧的构建历史.... 阅读全文
posted @ 2015-11-27 16:04 melody_emma 阅读(1198) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/liuyuyefz/article/details/8072485对于Apache Tomcat 估计很多童鞋都会,那么今天就简单说下在mac上进行tomcat的安装; 第一步:下载Tomcat 这里Himi下载的tomcat version:8.... 阅读全文
posted @ 2015-11-26 17:49 melody_emma 阅读(1924) 评论(1) 推荐(0) 编辑
摘要: 首先就要考虑root 的$PATH里是否已经包含了这些环境变量。主要是这四个:/bin ,/usr/bin,/sbin,/usr/sbin。四个主要存放的东东:./bin:bin为binary的简写主要放置一些系统的必备执行档例如:cat、cp、chmod df、dmesg、gzip、kill、ls... 阅读全文
posted @ 2015-11-26 17:34 melody_emma 阅读(446) 评论(0) 推荐(0) 编辑
摘要: Create maven project in eclipseAdd Appium , Selenium dependancyAdd Test in TestNG testCreate TestNG xml fileCall XML file in POM.xmlAdd command mvn te... 阅读全文
posted @ 2015-11-19 15:31 melody_emma 阅读(879) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/jasph77/article/details/2223272本文讨论有关异常设计的问题,关注何时和怎么更好的使用异常类,设计符合自己系统的自己定义异常类。这里假设读者已经对java已经一定的了解,知道什么是java的异常,及其工作原理。读者想了解ja... 阅读全文
posted @ 2015-11-18 19:25 melody_emma 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 工具使用方法:转自:http://bbs.pediy.com/showthread.php?t=183412https://testerhome.com/topics/3542安装andbug过程中可能会报错,找不到clang: error: unknown argument: '-mno-fuse... 阅读全文
posted @ 2015-11-17 14:35 melody_emma 阅读(850) 评论(0) 推荐(0) 编辑
摘要: Using the scrollTo(String text) and scrollToExact(String text) method of Android Driver. However the scrolling is done for the entire contact list fir... 阅读全文
posted @ 2015-11-02 17:12 melody_emma 阅读(875) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, we will show you how to run multiple TestNG test cases (classes) together, aka suite test.1. Test ClassesReview following three test... 阅读全文
posted @ 2015-10-30 09:37 melody_emma 阅读(577) 评论(0) 推荐(0) 编辑
摘要: @Test public void testUIComputation() throws Exception { // populate text fields with values populate(); // trigger computatio... 阅读全文
posted @ 2015-10-29 15:36 melody_emma 阅读(297) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页