I have my jmeter test plan like this,
Test Plan
Thread Group1
Thread Group2
Thread Group3
Thread Group4
and my Test Plan Configuration is set to run all thread groups in parallel
Here I want to execute Thread Group1 and then Thread Group2 sequentially and same Thread Group3 and then Thread Group4 But Thread Group1 and Thread Group3 parallel
So is there any way to group together Thread Group1 with Thread Group2 and Thread Group3 with Thread Group4 to run sequentially?
I know this very weird requirement but I have to suffer through it, appreciated your help in advance, thanks.