我的结构是这样的:
thread group1
-- simple controler1
-- http request
thread group1
-- simple controler1
-- OS Process Sampler
-- Constant timer (Thread Delay 10 minutes) --->> this works fine
但是,当我尝试为固定计时器增加更多时间(例如20分钟)时,该计时器停止工作,并在之后立即除外。
我要实现的是等待一定的时间(例如30分钟),以完成第一个http请求。
外面有人可以阐明一下吗?
非常感谢
答案 0 :(得分:0)
如果要在第一个线程组的所有采样器之后执行第二个线程组的采样器,请选择Test Plan并将选项Run Thread Group consecutively (i.e. one at a time)
设置为true
。