Skip to content

Performance Testing with JMeter

johnreethu edited this page Aug 6, 2021 · 4 revisions

Download

Download and install [Apache JMeter] from (https://jmeter.apache.org/download_jmeter.cgi) The installer comes as a binary file or compressed file. You must unzip the file and place the folder into windows location. To start the Apache Jmeter double click the JMeter (Windows batch file) from the bin folder. You might want to create a shortcut and place it on the desktop. This will enable to quickly run the test.

When Test plan created and completed it will be stored in .jmx file which creates xml tags within. You could modify the parameters based on the environment.

Creating API tests in JMeter

(https://jmeter.apache.org/usermanual/build-web-test-plan.html) [Apache JMeter User Manual] (https://www.youtube.com/watch?v=7RYrFUeJwvw&t=162s) [REST API Testing]