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?
Asked
Active
Viewed 777 times
1
-
1You can choose to add a [Constant Timer](https://jmeter.apache.org/usermanual/component_reference.html#Constant_Timer) under the Http request set to **10000 miliseconds**. – Raj Jun 24 '20 at 03:09
-
1In LoadRunner Developer you can use StartInterval and add any code there. https://admhelp.microfocus.com/truweb/en/latest/help/Content/DevWeb/DW-JS-SDK.htm#mt-item-8 – Buzzy Jun 24 '20 at 05:38
1 Answers
2
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

Dmitri T
- 159,985
- 5
- 83
- 133