in Technology by

How many Types Of Performance Testing?

1 Answer

0 votes
by

Load Testing

Load Testing is a type of performance test where the application is tested for its performance on normal and peak usage. The performance of an application is checked with respect to its response to the user request and its ability to respond consistently within an accepted tolerance on different user loads.

The key considerations are:

  1. What is the maximum load the application is able to hold before the application starts behaving unexpectedly?
  2. How much data the Database able to handle before the system slows or the crash is observed?
  3. Are there any network related issues to be addressed?

Stress Testing

Stress Testing is used to find ways to break the system. The test also provides the range of maximum load the system can hold.

Generally, Stress Testing has an incremental approach where the load is increased gradually. The test is started with a load for which the application has already been tested. Then, more load is added slowly to stress the system. The point at which we start seeing servers not responding to the requests is considered the breaking point.

The following questions are to be addressed:

  • What is the maximum load a system can sustain before it breaks down?
  • How is the system break down?
  • Is the system able to recover once it’s crashed?
  • In how many ways a system can break and which are the weak node while handling the unexpected load?

Volume Testing

Volume Testing is to verify that the performance of the application is not affected by the volume of data that is being handled by the application. In order to execute a Volume Test, a huge volume of data is entered into the database. This test can be an incremental or steady test. In the incremental test, the volume of data is increased gradually.

Generally, with the application usage, the database size grows, and it is necessary to test the application against a heavy database.  A good example of this could be a website of a new school or a college having small amounts of data to store initially, but after 5-10 years, the data stores in the database of the website is much more.

Capacity Testing

=> Is the application capable of meeting business volume under both normal and peak load conditions?

Capacity Testing is generally done for future prospects.  Capacity Testing addresses the following:

  1. Will the application be able to support the future load?
  2. Is the environment capable of standing for the upcoming increased load?
  3. What are the additional resources required to make the environment capable enough?

Capacity Testing is used to determine how many users and/or transactions a given web application will support and still meet performance. During this testing, resources such as processor capacity, network bandwidth, memory usage, disk capacity, etc. are considered and altered to meet the goal.

Online Banking is a perfect example of where capacity testing could play a major role.

Reliability/Recovery Testing

Reliability Testing or Recovery Testing – is to verify whether or not the application is able to return back to its normal state after a failure or abnormal behavior and how long does it take for it to do so (in other words, time estimation).

If an online trading site experiences a failure where the users are not able to buy/sell shares at a certain point of the day (peak hours) but are able to do so after an hour or two, we can say the application is reliable or recovered from the abnormal behavior.

Performance Test Process

Here are all the activities performed in this testing:

Performance Test workflow

#1) Requirement Analysis/Gathering

The performance team interacts with the client for identification and gathering of requirements – technical and business. This includes getting information on the application’s architecture, technologies, and database used, intended users, functionality, application usage, test requirement, hardware & software requirements, etc.

#2) POC/Tool selection

Once the key functionality is identified, POC (Proof Of Concept – which is a sort of demonstration of the real-time activity but in a limited sense) is done with the available tools.

The list of available tools depends on the cost of the tool, protocol that application is using, the technologies used to build the application, the number of users we are simulating for the test, etc. During POC, scripts are created for the identified key functionality and executed with 10-15 virtual users.

#3) Performance

Related questions

0 votes
    How many types of White Box Testing Tools?...
asked Oct 19, 2020 in Technology by JackTerrance
0 votes
    How many types and Techniques of White Box Testing?...
asked Oct 19, 2020 in Technology by JackTerrance
0 votes
    What are the different types of penetration testing?...
asked Feb 17, 2021 in Technology by JackTerrance
0 votes
    List out the types of mobile app testing?...
asked Feb 9, 2021 in Technology by JackTerrance
0 votes
    Name two types of Port testing you are familiar with?...
asked Feb 8, 2021 in Technology by JackTerrance
0 votes
    Types Of Software Testing: Different Testing Types With Details...
asked Oct 27, 2020 in Technology by Editorial Staff
0 votes
    What are the types of automation testing?...
asked Jul 9, 2021 in Education by JackTerrance
0 votes
    List the types of mobile app testing?...
asked Feb 8, 2021 in Insurance by JackTerrance
0 votes
    What is the practice of testing the production environment continuously with different types of failure scenarios called?...
asked Oct 30, 2020 by anonymous
0 votes
    How many types of relationships available in Laravel Eloquent?...
asked Sep 30, 2021 in Technology by JackTerrance
0 votes
    How many types of NoSQL databases? Give some examples....
asked Apr 15, 2021 in Technology by JackTerrance
0 votes
    How many types of Virtualization.?...
asked Apr 12, 2021 in Technology by JackTerrance
0 votes
    How many types of benchmarking?...
asked Apr 12, 2021 in Technology by JackTerrance
0 votes
    How many types of mobile applications? What are they?...
asked Feb 9, 2021 in Technology by JackTerrance
0 votes
    How many types of reports we can develop in Oracle apps?...
asked Dec 22, 2020 in Technology by JackTerrance
...