I have issue with setting ramp-up in jmeter.
My test scenario described below.
There are 3 thread groups:
Thread Group1 - 2 Users - Ramp up 10
Thread Group2 - 3 users - Ramp up 15
Thread Group3 - 5 users - Ramp up 25
Problem i'm facing with above scenario is the following.
First user of all the thread groups is kicked off at a same time.
But i don't want like that, i want the following:
- In first 10 seconds, 2 users of first thread group should kick off.
- After 10 seconds to the test, thread group 2 should kick off their users.
- After 25 seconds to the test, third group should kick off their users.
I have seen one option in Jmeter that "Run thread groups consecutively" but if i set that thread group 2 will never start until thread group1 users should complete their requests execution.