1

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?

KatieK
  • 13,586
  • 17
  • 76
  • 90
r3x
  • 2,125
  • 5
  • 23
  • 39

1 Answers1

1

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)

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116
Andrei Botalov
  • 20,686
  • 11
  • 89
  • 123