我想运行2天测试,并且正在使用线程组开始时间和结束时间功能。
我正在寻找如下所示的设计:
Thread Group 1 (First day start and end time with date)
--> HTTP Request 1 (Execute for 30 minutes)
--> HTTP Request 2 (Should start after 30 minutes i.e. after first one is terminated)
--> HTTP Request 3 (Should start after 60 minutes i.e. after second one is terminated)
Thread Group 1 (Second day start and end time with date)
--> HTTP Request 1 (Execute for 30 minutes)
--> HTTP Request 2 (Should start after 30 minutes i.e. after first one is terminated)
答案 0 :(得分:0)
线程组的开始和结束时间是绝对,因此您只能执行一次测试,而无需对其进行编辑。我宁愿建议坚持以下相对时间:
线程组,两个循环
Flow Control Action采样器配置为将当前线程暂停86400000毫秒(24小时)