1

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?

NaveenKumar Namachivayam
  • 1,163
  • 3
  • 25
  • 39
JMeter_User
  • 203
  • 3
  • 17
  • 1
    You 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
  • 1
    In 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 Answers1

2

The easiest way of implementing this in JMeter is adding a Constant Throughput Timer and configure it to send 6 requests per minute

enter image description here

LoadRunner's equivalent can be done via Think Time and Pacing

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