How can we run single Thread Group sequentially. I have one thread group with several requests. Consider following scenario :
No. of Threads : 30
Ramp Up period: 60
Loop Count: 1
This means Jmeter will request 30 no of users in 60 secs. I need to run this scenario in repetitive manner but sequentially. That means once the first set of requests completed, new set of requests should run and goes on.
How can we configure Thread groups to run like this ?