JMeter - Step-by-Step Load Testing basic tutorial - SQA Geek

Quality is never an accident;
it is always the result of intelligent effort.

Post Top Ad

Sunday 17 June 2018

JMeter - Step-by-Step Load Testing basic tutorial

This article will show you some easy to follow steps that will ensure you are able to launch a test using JMeter with many users.

JMeter is arguably the most feature-rich and powerful open-source load testing tool available at the moment. It allows you to build upon basic tests created with our very own Test Builder with more advanced techniques such as:
  • Full parameterization of variables.
  • Capturing and verifying a wide variety of responses for manipulation and re-use.
  • Enables the development of quite complex scenarios.
  • And many more features.
This guide has easy to follow steps that will ensure you are able to launch a test using JMeter with many users as well as getting to know Flood's intuitive user interface.
Download and unzip our Ready to Run JMeter script here. You will need to upload the .jmx file in Step 6.
When first creating a test scenario  - or, as Flood calls it, a "Stream" - it's a good idea to separate Streams and Floods by projects. Create a new project called MyJmeterProject by pressing the following button on the projects page:
Type in the Name field: MyJmeterProject
Click CREATE PROJECT
Click on the MyTestBuilderProject newly created project.
You will see the following screen:
Click Create Flood
Instead of using the Test Builder this time we will choose to upload an existing JMeter script that we've prepared.
For Test Type - select the Upload existing script and Click CONTINUE.
For Test Name - enter SimpleJmeterTest1
This is where you can name your test. If you end your test name with a number, Flood will automatically increment it if you run more than one test using this Stream.
Click CONTINUE
For Test Scripts - click Choose Files and choose the sample file you downloaded and saved locally in Step 1.
Please wait until it is fully uploaded and the status of it has been marked as completed and the Uploaded At value is greater than 1 second.
Click CONTINUE
For Test Parameters - Ensure the JMeter logo is highlighted and selected as this is a JMeter script.
For the purposes of this test, please use the following settings:
  • Threads: 250 - This is the number of concurrent users that will be run on each node.
  • Duration: 5 - This the number (in minutes) you would like run the test for.
  • Ramp Up: 0.5 - This is the amount of time (in minutes) that you would like the concurrent users to be injected. This is the overall time taken to get from 0 to 250 users.
For Advanced Parameters - we don't need to specify any in this guide however this can be useful if you would like to pass in command line arguments for more advanced scenarios.
Click SKIP.
OK, so now we are pretty much ready to go but first, we need some cool cloud-based load injection infrastructure or as we like to call them - Grids.
For Choose Grid and Launch - click the Launch Grid button.
This is where you are able to create and launch the infrastructure to run the test.
For Launch New Grid - select the following:
  • Infrastructure: On Demand
  • Size/Number of Nodes: 1
  • Location/AWS Region: Australia (Sydney)
Click CONTINUE
For Lifecycle - this is where we select how long the Grid will be up for. For the purposes of this short test we'll use the following parameters:
Click CONTINUE.
For Launch - this where we confirm the Grid launch parameters.
Confirm the settings and click LAUNCH GRID
Once you have your intricately researched (ahem or should I say random name generated) Grid name with the number of load injection nodes shown as a number of orange boxes within the Grid - we are just about ready to launch the test.
Click LAUNCH TEST.
You will be automatically taken to the initial setup loading screen that shows you the status for creating the Grid, setting up the nodes, uploading all the Flood settings and test artifacts and then waiting for the first data points to be returned right after the test starts.
The following user interface for test execution will be presented to you indicating that the test is running and key metrics are being collated by the Flood platform.
The main components of the execution dashboard are explained below:
  1. Performance Metrics - For every test, we focus on 3 main test metrics; (i) Concurrent Users, (ii) Response Time, and (iii) Transaction Rate. These are considered the most important metrics when performing a load test and can help determine if your target system is healthy or struggling.
  2. Logs - Full diagnostics logs are available and often yield helpful information on the state of the scenario. Here errors are aggregated from a load test tool perspective which can aid in diagnosis if the test encounters problems.
  3. Transactions - These transaction labels are the two HTTP requests that are set up in the JMeter script itself. Selecting each one will change the execution graph to display metrics specifically for the selected transaction. This is helpful if you would like to isolate a badly performing transaction during a test.
  4. Transaction Metrics - Response Time and Requests per Minute are displayed here for each transaction. These are both mean averages for the currently viewable timeframe of results.
  5. Error Rate - This area shows the percentage of passed/failed transactions as well as an arrow allowing you to drill-down to a subpage to see what error responses are being observed during the test.
Congratulations!
You have just run your first JMeter load test using the Flood platform. We hope these steps were easy to follow and you are able to go on and do more advanced load testing scenarios.

1 comment:

Post Bottom Ad