- 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. [Read more…] about What is Volume testing in software testing?
Volume testing
What is Non-functional testing (Testing of software product characteristics)?
In non-functional testing the quality characteristics of the component or system is tested. Non-functional refers to aspects of the software that may not be related to a specific function or user action such as scalability or security. Eg. How many people can log in at once? Non-functional testing is also performed at all levels like functional testing.
[Read more…] about What is Non-functional testing (Testing of software product characteristics)?