Reputation: 303
I need to execute few HTTP Requests for a regular interval of every 10 seconds during test. I added them to loop controller. Is there any way to do this in JMeter or LoadRunner?
Upvotes: 1
Views: 1211
Reputation: 167992
The easiest way of implementing this in JMeter is adding a Constant Throughput Timer and configure it to send 6 requests per minute
LoadRunner's equivalent can be done via Think Time and Pacing
Upvotes: 2