Home > Mobile >  Polling in Jmeter
Polling in Jmeter

Time:11-15

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

  • Related