Testing - Difference between Load Test and Volume Test

Explain the difference between Load Test and Volume Test.

- Testing application with large number of data in database is done by volume testing. Where as load testing involves anticipated loads levels for identifying problems among resources response time.

- Load testing is performed under the customer expected configuration with an expected load. Where as volume testing is performed under huge volume of data.

- Volume testing checks if the system behaves as expected for certain volume of data. Volume can be increasing size of the file. On the other hand, load tests checks the performance of the system when the load is increased. Load testing here can be increasing the number of files. Volume testing can be used to measure the throughput while load testing can be used for measuring performance.
Testing - Difference between Scalability testing and load testing
Difference between Scalability testing and load testing - Scalability can be considered as a part of performance testing which checks if the system is scalable or not.......
Testing - What is the basic flow in load testing?
What is the basic flow in load testing? - Plan the test: - Plan what testing needs to be done. What functionality or module needs to be tested?......
Testing - Difference between lr_error_message and lr_debug _message
Difference between lr_error_message and lr_debug _message - lr_error_message occurs when there is an error in the code of the application......
Post your comment