I have 100 threads in JMeter which I want to hit a server 12 times in a loop. But each time 100 threads will run and pause for 5 seconds and then resume hitting the servers for next 100 times.
Here is how I tried:
But it is not considering Startup Delay 15 seconds but only for the first time. I want to have a delay after every 100 threads executed.