I have a question where it might be very easy. I have to perform load testing on a site(login) with these scenarios. 100 users within 5 minutes 500 users within 5 minutes 1000 users within 5 minutes
I can test each scenario separately by changing the threads in thread group. But what I want to do is run all 3 scenarios one after one automatically. I tried if controller and loop controller but could not fix it. I don't understand where it go wrong.