摘要: ab./ab -c 100 -n 10000http://127.0.0.1/test.jpg-n 10000 即: 共发送10000个请求-c 100 即:每次并发100个ab -n 100000 -c 149 -H keywords:dt -p /root/file/param.conf -T ... 阅读全文
posted @ 2015-07-02 12:10 hotarubi 阅读(163) 评论(0) 推荐(0) 编辑
摘要: HttpClient httpClient = new HttpClient();HttpConnectionManagerParams managerParams = httpClient.getHttpConnectionManager().getParams();// 设置连接超时时间(单位毫... 阅读全文
posted @ 2015-07-02 11:54 hotarubi 阅读(279) 评论(0) 推荐(0) 编辑
摘要: //ul[@id='search_grade']/li[not(@style)]//a li[not(@style)] --没有style属性的li元素 阅读全文
posted @ 2015-06-01 16:14 hotarubi 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 杀掉多个进程ps -ef|grep xxx|grep -v grep|cut -c 7-15|xargs kill –9root@vm-web1:~# ps -ef|grep dz2crm root 2296 1 0 Apr29 ? 00:01:23 php /var/www/***/applica... 阅读全文
posted @ 2015-05-26 15:44 hotarubi 阅读(161) 评论(0) 推荐(0) 编辑
摘要: feed4testng源码文件中的lib下的所有jar包。 新建类集成FeedTest类 代码如下 import org.databene.feed4testng.FeedTest; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.sele... 阅读全文
posted @ 2015-05-06 19:15 hotarubi 阅读(946) 评论(0) 推荐(0) 编辑
摘要: baselib类 提供公用api,读excel 中参数啊 SeBaselib类(****) 封装webdriver的核心api,形成自动化姓名api; 提供断言的相关方法,用例效验失败终止脚本和继续执行脚本方法。 详细的输入消息,便于调试; 向测试报告中写入消息的方法。 转化webdriver se newsetup 生成se... 阅读全文
posted @ 2015-04-30 10:43 hotarubi 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 真机识别 \adt-bundle-windows-x86-20131030\sdk\tools>uiautomatorviewer.bat 阅读全文
posted @ 2015-04-16 16:49 hotarubi 阅读(193) 评论(0) 推荐(0) 编辑
摘要: package com.saucelabs.appium; import java.io.File; import java.net.URL; import java.util.List; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.ope... 阅读全文
posted @ 2015-04-16 16:46 hotarubi 阅读(172) 评论(0) 推荐(0) 编辑
摘要: watch?v=s_7iPt4qaNM 阅读全文
posted @ 2015-04-08 14:17 hotarubi 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Source data, target data, data warehouse, data mart, reports, ETL - Extract Transform Load, etl logic - incremental or full , integration services, reporting services, analysis services, database engi... 阅读全文
posted @ 2015-04-03 18:13 hotarubi 阅读(211) 评论(0) 推荐(0) 编辑