I have completed the JMeter WebDriver Groovy coding. Is it possible to execute this program scripts at other Windows PC without JMeter installed? Can you please advise the steps? Many thanks.

0
votes
What you want doesn't really make sense. WDS is Java software so JRE is a must to run, but JMeter is a Java app too, so if you can run Java on a machine, you should just execute the jmx file via JMeter jar archive.
- marekful
I assume you do know how to run a jmx file on the command line w/o the GUI.
- marekful
1 Answers
0
votes
No.
In order to run a JMeter test you need a JMeter instance. So you will either need to copy your JMeter to the "other" machine(s) or consider alternative approaches which are in:
both are capable of automaticallt downloading JMeter and JMeter Plugins of your choice, however you will need to either install Java and Maven or Java and Taurus first.