Reputation: 334
In jmeter test plan I can see checkbox Run Thread groups Consecutively.
For my test scenario, I want to change the value of this option from command-line to toggle between parallel and consecutive mode while running jmeter in non-gui mode. I have searched in the documentation but couldn't find any information over passing this boolean value from command-line.
Is there a way to modify this parameter from commandline in jmeter non-gui mode ?
Upvotes: 0
Views: 485
Reputation: 34536
No it's not possible to do cleanly this.
A not clean option, is to do a replacement of field in xml.
Upvotes: 1