Volume testing

From Wikipedia, the free encyclopedia

Volume testing belongs to the group of non-functional tests, which are a group of tests often misunderstood and/or used interchangeably. Volume testing refers to testing a software application with a certain amount of data to assert the system performance with a certain amount of data in the database. Volume testing is regarded by some as a type of capacity testing,[1] and is often deemed necessary as other types of tests normally don't use large amounts of data, but rather typically use small amounts of data.[1] It is the only type of test which checks the ability of a system to handle large pools of data.[2] For example, the test can be used to stress the database to its maximum limit.[3] While the amount can, in generic terms, be the database size, it could also be the size of an interface file that is the subject of volume testing. For example, if one wants to volume test an application with a specific database size, the database will be expanded to that size and the application's performance will then be tested on it. Another example could be when there is a requirement for the application to interact with an interface file (could be any file such as .dat, .xml); this interaction could be reading and/or writing on to/from the file. A sample file of an intended size can then be created and used to test the application's functionality in order to test the performance.

References[edit]