AMMA
AMMA

Reputation: 111

JMeter examples with scripts

I am going to write the first JMeter application to test the new mobile apps and desktop web application. I see the tutorials on tutorialpoints.com. I want the more advanced examples, e.g. user go to the website and then click some buttons and save to db and refresh the page. Capture all these events and I believe I need to write some scripts. Is there any examples that I can reference??

Upvotes: 1

Views: 141

Answers (1)

Dmitri T
Dmitri T

Reputation: 168147

The only good "examples" I can think of you should already have given you obtained JMeter by downloading and unpacking the bundle.

The examples are available via File -> Templates entry of the JMeter Main Menu:

JMeter Templates

Also you can find the corresponding .jmx scripts under bin/templates folder of your JMeter installation. Check out How to Save ‘Loads’ of Time Using JMeter's Template Feature article for more information on how to use existing and create new templates.

You can also try looking for examples i.e. on Github like this or this one, but they are not guaranteed to work.

Upvotes: 3

Related Questions