I am struggling to simulate 10 users per second doing GET requests for 20 seconds in every 40 seconds and this test should run for 2 minutes.
I used a Thread group where I created 10 threads (users) and ramp-up time 1 second, so the 10 threads are going to be loaded in a second and the loop count is 1.
The following elements were added to this thread group.
Then I added a Constant Throughput Timer with the set up of 60, which means that approximately 10 GET request will happen per second.
Added an HTTP request Sampler for the GET request.
Added a Runtime Controller with the set up of 20 seconds.
Added a Constant Timer with the set up of 40 seconds.
This is just not working out. any help much appreciated.
I checked many websites already but could not find anything which would deal with this 'periodic load testing intervals'.