Quality Assurance: JMeter for Performance Testing | DeviQA
DeviQA Logo

5 minutes to read

Quality Assurance: JMeter for Performance Testing

Quality Assurance: JMeter for Performance Testing
November 14, 2016

Share

With the appearance of Agile methodologies of the development, there is a strong need for testing at an early stage of development, and this in turn implies the need to assess the functionality with no user interface. For example, component and integration testing of web-services, database and other databases server components. For all heavy client-server applications performance testing is essential.

How to do performance testing using JMeter?

A special tool converts scripts into a code that can be executed with the same tool. In fact, it is an emulation of the system users, but not so much in the sense of carrying out specific actions in the application (GUI), but rather in the sense of creating a load on the server. Depending on the purposes, these test scripts are run with various input data and settings: number of users, their connection speed, number of repetitions of the case, duration, etc.

Each test scenario has some expected results. You can set some basic reference point, according to which you decide whether test is successful or not. For example:

you can set the maximum server response time;

it can be set by a server response code (200, 300, etc);

you can check the availability of the element (button, list, text, etc.) on the page, etc.

Listener of Response Times Over Time.Response time in ms

The most important results of the test are complex graphs and tables, by studying which experts assess the system and make recommendations.

Where to take the test scripts for performance testing?

Usually, performance testing is based on the most frequently performed work with the application scenarios, the source of which could be:

the customer, who knows his system;
business Intelligence systems that also need to understand how the system will be used;
the real data on the actual use of the system (if already available);
critical scenarios for business (roughly, those where the customer give you all the money, and you lose money in case of problems).
JMeter Thread Group

A Great Free Tool: JMeter for Performance Testing

When selecting a tool it is important to understand that conducting a performance testing, we test not only the GUI representation of the app. We also create a load on the server, which is responsible for the functionality we needed. A performance testing tool is simply "embedded" in their communication. And if it does not understand the language of communication (JDBC / FTP / LDAP / SOAP / JMS / POP3 / HTTP / TCP), then we cannot use it.

According to the structure of all the tools are similar and consist of the following components:

1.
Recorder - records the actions performed in the Custom accordance with the test scenarios and turns them into the program code.
2.
Code IDE - a development environment.
3.
Generator - the very thing that creates virtual users, performing the described test scenarios.
4.
Analyzer - analyzer of test-results indicators.
Apache JMeter. Distributed load testing

How to Use JMeter for Performance Testing?

Apache JMeter is free, which is probably the main reason for its popularity. The tool is generally good and is fully functional, although having not the most user-friendly interface. Here is the script:

Unfortunately, this instrument has a lot of problems and restrictions: it cannot support the necessary protocols; there are no convenient means of monitoring; results require additional analyzing; and it contains a lot of bugs in itself. It does not work with a few blocks in a row. However, the nice thing is that this tool is a good support from the developer: bugs are not ignored and can be corrected fairly quickly, any tool is being quite actively developed.

In general, JMeter is a good tool for the decision is not the biggest or the most complex tasks with a modest budget.

The Bottom Line

Software testing and optimization of performance allow identifying a wide range of potential problems the early stages of software development that were not detected by other tests.

Timely response to the detection of such problems allows software developers to create products that fully meet the requirements of the customer and the modern trends of multi-user applications development.

The fact that the checkup and optimization of productivity are able to improve performance, including ease of use, the vulnerability, security and survivability of the system lets you to come to a conclusion about the need to introduce testing and performance tuning as an integral part of the quality assurance of modern information systems.

Performance testing is of particular importance in the context of a separate analysis of the performance of the server and client-side applications. Optimizing the performance of the client part of the application lets you to create the optimal performance parameters for application for mobile devices that reduce the load on the hardware and significantly increases the time of autonomous power supply.

This way, performance optimization is the right direction in software production and the new popular trend in the educational process, allowing the preparation of more qualified professionals in software development and quality assurance.

Share