Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I write a Jmeter script without using the GUI?

Tags:

jmeter

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

I.E. can you create a script with pure code?

like image 515
murvinlai Avatar asked Aug 16 '26 12:08

murvinlai


1 Answers

In a way - yes. You can create the JMX file in a text editor, but it would require knowing what every component needs.

You're better off creating in GUI mode and modifying the JMX file manually as needed.

like image 89
BlackGaff Avatar answered Aug 20 '26 22:08

BlackGaff