I am trying to run a test plan wherein in a thread I have multiple requests added. I need to run one event fetching requests at regular intervals of 2 seconds until the complete execution of the thread. Can someone please help me with the same ?
I have tried running the plan by adding timers and controllers but to no use.
CodePudding user response:
Take a look at While Controller, it executes its children while JMeter Function or Variable you set in the "Condition" input field resolves to true
The delay can be introduced by either using a
- Constant Timer - will create a delay before each Sampler it its scope
- Flow Control Action Sampler - will create a delay exactly where it's placed in the script