Site icon Software Testing Class

Performance Testing Metrics – Baseline And Benchmark Testing

Introduction

Primarily, in the software industry, there are two kinds of testing. They are functional testing and non-functional testing. Non-functional testing is also known as Performance testing and within performance testing, it is further classified into baseline and benchmark testing in performance testing. In this article, we are going to explore in detail non-functional testing esp. benchmark testing.

Any software application enters into its various testing phases such as unit testing, integration testing, system testing, and acceptance testing. Where we cover most of the aspects of the white box testing i.e. unit testing and black-box testing or functional testing. What about the performance of a software application? Can we say that an application that is functionally sound after testing is fit for the business purpose? Definitely not. There is another important aspect of testing which is known as non-functional testing or performance testing. It is a type of testing that evaluates the responsiveness and the stability of a software application in terms of its load capacity, behavior under stress conditions, reliability, scalability, etc. When any software application is developed, we always capture the requirements into Functional requirement document (FRD) such as the volume of request per unit time to the application from end-user, service level agreement, permitted delay in response from the application server, load condition, etc. If a software application is functionally sound and its performance criteria are well satisfied after carrying out performance testing, then we can conclude that the software application is ready to use i.e. eligible for production.

What are baseline and benchmark testing?

When any software application undergoes performance testing, there we record the performance testing metrics in terms of various application aspects. After a certain period of time, when the same application undergoes the change such as operating system upgrade, hardware upgrade, patch, etc. then the performance testing team executes the test to determine the new performance testing metrics and compare the collected metrics against the baseline metrics which was collected and documented before. This kind of testing is known as baseline testing.

Benchmark testing, on the other hand, is the company-wide agreed standard for the performance testing metrics which every software application that belongs to that organization should pass. Preferably, the baseline performance metrics values should not exceed benchmarked performance standards.

A key rule for a benchmark is it should be repeatable. For example, while doing different load testing, if the response time varies every time then system performance testing should be benchmarked. The response time on all conditions load should be constant.

Also, the benchmark should be quantifiable. We can’t be quantified UI experience in numbers, however, we can quantify the time user spent on good webpage UI.

What is performance Metrics?

 When we conduct the performance testing for any software application, then we usually record the following performance aspects.

Web Server Performance Metrics:

Most of the software applications which are used by various organizations are web-based. Any web-based application uses the webserver such as Apache, IIS, Nginx, etc. The following are the performance metrics that are determined under the performance test.

App Server Performance Metrics:

A web application is built on the following platforms: Java, .NET, PHP, etc., each of these platforms has the parser or the environment set up on the application server. The following are the key performance metrics that determine the deployment or configuration problems on these application servers.

Host Health Performance Metrics:

Both Web and Application Servers run on the physical or the virtualized hosts. Therefore, it is very important to do a performance sanity check on all hosts that are involved in the application infrastructure. It includes the following key metrics.

Software Application Performance Metrics:

We are also required to test the performance of the application code under execution. The following are the key metrics to test the application code performance.

Conclusion

In the article, we have covered the key performance metrics along with the justification of what they are important to test for a software application as a baseline and benchmark testing. Also, there could be other performance metrics that depends on the nature of an application, technology platform, end-user, etc. In the upcoming article, we will discuss benchmark testing tools or softwares. 


⇓ Subscribe Us ⇓


If you are not regular reader of this website then highly recommends you to Sign up for our free email newsletter!! Sign up just providing your email address below:


 

Check email in your inbox for confirmation to get latest updates Software Testing for free.


  Happy Testing!!!
 
Exit mobile version