How to write a Jmeter script without using a graphical interface?

Is there a way to create a JMeter test plan without going through a GUI?

those. can you create a script with clean code?

+3
source share
3 answers

In a way, yes. You can create a JMX file in a text editor, but for this you need to know what each component needs.

You are better off creating in GUI mode and manually modifying the JMX file manually.

0
source

, , JAVA. : StandardJMeterEngine - , HashTree - , JMeter, .

: http://blazemeter.com/blog/5-ways-launch-jmeter-test-without-using-jmeter-gui

0

I can write and run JMeter without a GUI. JMeter uses JMX as you can here .

0
source

All Articles