r3x
r3x

Reputation: 2147

Writing scripts in Jmeter to simulate http requests without using GUI

Is there a way to write scripts that simulate HTTP requests in JMeter. I know this can be done using the GUI, but is there a way to automate it using scripts?

Upvotes: 1

Views: 1119

Answers (1)

Andrei Botalov
Andrei Botalov

Reputation: 21096

The main method for writing JMeter scripts is using GUI. Another option is to edit manually JMX file but (almost) nobody uses it as:

Non-GUI mode is for running JMeter scripts (it takes less resources than GUI mode)

Upvotes: 1

Related Questions