loopsjmeterhttprequestthreadgroup

How to add a delay in jmeter while running the same thread in loop using flowAction Control so that there is no delay after last loop


enter image description hereI have the following scenario:

Thread Group
-HTTP Request1
-HTTP Request2
-HTTP Request3
-HTTP Request4
-HTTP Request5
-HTTP Request6
-HTTP Request7
-HTTP Request8
-HTTP Request9
-HTTP Request10

I have the following condition, I need to execute all the 10 HTTP requests with loop count=30 set in thread group configuration.

How do i set up a delay of 25 seconds after each loop? i.e. after every loop executes there is a delay of 25 seconds. However, i don't want there to be a delay between the http requests only after the loops. Also , i dont want there to be a delay of 25 seconds after the last loop. How do i achieve that? Please help me out with the same.

Thanks in advance


Solution

  • Add Flow Control Action at the end of the test for pausing exact time before next loop

    it allows pauses to be included without needing to generate a sample. For variable delays, set the pause time to zero, and add a Timer as a child.