Please let me know whether it is possible to run jmeter script from eclipse? If yes Please let me know the process.
Eclipse Hono™ comes with an Apache JMeter plugin which provides samplers that can be used in JMeter test plans to send and receive telemetry/event data.
Use Eclipse External Tool
C:\Program Files\apache\jmeter\bin\jmeter.bat
) (on Linux like /opt/apache/jmeter/bin/jmeter
)jmeter-project
is shown)Info The icon Stop, does not work, as this actually launches a script, which launches the Java application JMeter.
Optionally add parameters
-t src\test\jmeter\sample.jmx
(the path of the JMeter script to launch)-q src\test\jmeter\environment.properties
(some external properties file, use ${__P(key-name)}
)See JMeter options and Parameterising Tests for the details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With