2017年11月15日
摘要: 暂停/开始应用程序 方法 使用方法 阅读全文
posted @ 2017-11-15 18:37 研者 阅读(1350) 评论(0) 推荐(0) 编辑
摘要: 准备材料 1.java jdk http://www.oracle.com/technetwork/java/javase/downloads/index.html 2.开发工具 https://www.eclipse.org/downloads/ 3.selenium jar包 http://se 阅读全文
posted @ 2017-11-15 17:09 研者 阅读(945) 评论(0) 推荐(0) 编辑
摘要: selenium3.5.0,firefox57,geckodriver-v0.19.1 阅读全文
posted @ 2017-11-15 16:25 研者 阅读(4630) 评论(0) 推荐(0) 编辑
  2017年11月14日
摘要: CSV Data Set Config(CSV数据集配置) 参考:http://www.cnblogs.com/yanzhe/p/7728139.html DNS Cache Manager(DNS缓存管理器) 阅读全文
posted @ 2017-11-14 18:00 研者 阅读(331) 评论(0) 推荐(0) 编辑
  2017年11月11日
摘要: package test; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.FileReader; import ... 阅读全文
posted @ 2017-11-11 17:31 研者 阅读(199) 评论(0) 推荐(0) 编辑
  2017年10月26日
摘要: 线程组按顺序来执行,大概思路, 1.需要控制线程组内的操作在满足某一条件才执行,那么就需要使用if或者while; 2.要使用if或者while都需要一个变量,而这个变量要在两个或多个线程组内使用,那么if使用变量就需要是全局变量,while使用的变量就需要是局部变量; (PS:在测试计划中有个选项 阅读全文
posted @ 2017-10-26 11:54 研者 阅读(9206) 评论(10) 推荐(0) 编辑
摘要: 名称: 注释: ignore sub-controller blocks: If checked, the interleave controller will treat sub-controllers like single request elements and only allow one 阅读全文
posted @ 2017-10-26 10:59 研者 阅读(1260) 评论(0) 推荐(0) 编辑
  2017年10月25日
摘要: generate parent sample:生成父样本 include duration of timer and pre-post processors in generated sample:在生成的示例中包括计时器和预处理处理器的持续时间 generate parent sample未勾选时 阅读全文
posted @ 2017-10-25 18:52 研者 阅读(6712) 评论(0) 推荐(0) 编辑
摘要: Critical Section Controller(临界区控制器) 参考:http://www.cnblogs.com/yanzhe/p/7729984.html ForEach Controller(遍历循环控制器)、Include Controller(包含控制器)、Module Contr 阅读全文
posted @ 2017-10-25 17:28 研者 阅读(495) 评论(4) 推荐(0) 编辑
摘要: The Critical Section Controller ensures that its children elements (samplers/controllers, etc.) will be executed by only one thread as a named lock wi 阅读全文
posted @ 2017-10-25 17:15 研者 阅读(4784) 评论(0) 推荐(0) 编辑