Open In App

Volume Testing

Volume Testing is a type of software testing which is carried out to test a software application with a certain amount of data. The amount used in volume testing could be a database size or it could also be the size of an interface file that is the subject of volume testing. 

While testing the application with a specific database size, database is extended to that size and after that the performance of the application is tested. When an application needs interaction with an interface file this could be either reading or writing the file or same from the file. A sample file of the size required is created and then functionality of the application is tested with that file in order to test the performance. 



In volume testing a huge volume of data is acted upon the software. It is basically performed to analyze the performance of the system by increasing the volume of data in the database. Volume testing is performed to study the impact on response time and behavior of the system when the volume of data is increased in the database. 



Volume Testing is also known as Flood Testing

Characteristics of Volume Testing

Following are the characteristics of the Volume Testing:

Objectives of Volume Testing

The objectives of volume testing is:

Volume Testing Attributes

Following are the important attributes that are checked during the volume testing:

Volume Testing is a type of Performance Testing

Performance Testing

Advantages of Volume Testing

Disadvantages of Volume Testing

Conclusion

A crucial part of software testing is volume testing, which evaluates a system’s performance at different data volume levels. An extensive volume testing approach helps software applications be more dependable, effective and scalable overall, allowing businesses to provide solid solutions that satisfy customer and corporate needs.

Article Tags :