Amira Soliman
Amira Soliman

Reputation: 1

JMeter to run more than one test plan at the same command

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

Answers (1)

Masud Jahan
Masud Jahan

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

Related Questions