Jmeter-Constant Timer-固定定时器的配置和使用
场景:生成订单后,等待30分钟,订单状态会变成超时未支付
If you want to have each thread pause for the same amount of time between requests, use this timer.
如果您想让每个线程在请求之间暂停相同的时间量,请使用此计时器。
Constant Timer 固定定时器
作用域:1.全部线程 2.在节点下,只延迟当前线程
设置:订单详情的线程加了定时器延时30分钟
执行结果:运行到下单接口后,订单详情的sample还是在等待中