2017年10月26日
摘要: 线程组按顺序来执行,大概思路, 1.需要控制线程组内的操作在满足某一条件才执行,那么就需要使用if或者while; 2.要使用if或者while都需要一个变量,而这个变量要在两个或多个线程组内使用,那么if使用变量就需要是全局变量,while使用的变量就需要是局部变量; (PS:在测试计划中有个选项 阅读全文
posted @ 2017-10-26 11:54 研者 阅读(9303) 评论(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 研者 阅读(1303) 评论(0) 推荐(0)