Reputation: 1
Is it applicable to run JMeter command with more than one test plan ?
jmeter -n -t /path to the script.jmx
Currently, I need to run the same test plan more than once at the same time
Upvotes: 0
Views: 253
Reputation: 2978
To run the same test plan more than once at the same time, you have to configure master-slave environments.
In Distributed/Remote Environment, it's possible to run the same test scripts from multiple machines at the same time.
For details, see Remote Testing.
Upvotes: 0