- It is a type of non-functional testing.
- Volume testing refers to testing a software application or the product with a certain amount of data. E.g., if we want to volume test our application with a specific database size, we need to expand our database to that size and then test the application’s performance on it.
- “Volume testing” is a term given and described in Glenford Myers’ The Art of Software Testing, 1979. Here’s his definition: “Subjecting the program to heavy volumes of data. The purpose of volume testing is to show that the program cannot handle the volume of data specified in its objectives” – p. 113.
- The purpose of volume testing is to determine system performance with increasing volumes of data in the database.
Other popular articles:
- What is Scalability testing in software testing?
- What is Performance testing, Load testing and stress-testing tools in software testing?
- What is Non-functional testing (Testing of software product characteristics)?
- What is Test data preparation tools in software testing?
- What is Stress testing in software testing? Example,How To Do,Interview Questions,Types
nagabhushana_km says
Volume testing refers to testing a software application with a certain amount of data.