上一页 1 ··· 3 4 5 6 7
摘要: 1、新建测试计划,测试计划下方新增:HTTP请求默认值、HTTP信息头管理器、HTTP cookie管理器,见图 2、新建线程组,线程组下方新建事务控制器,见图 每一个事务控制器下方新增http请求 3、计数器实现批量新增不重复数据 4、引用计数器,批量生成数据 5、使用正则表达式提取器,实现上步请 阅读全文
posted @ 2017-06-29 15:34 十年之光 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1 public class Common { 2 3 public static String getCurrentTime(){ 4 5 Date now = new Date(); 6 SimpleDateFormat dateFormat = new SimpleDateFormat("ss"); 7 String currentTime = dateFormat.f... 阅读全文
posted @ 2017-06-29 15:00 十年之光 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7