Stress Testing

Test the product for performance, reliability, and efficiency assessment; to find the breakpoints when system is failure; to increase load regressively to gather information for finding out maximum concurrent users
Stress tests force programs to operate under limited resource conditions. The goal is to push the upper functional limits of a program to ensure that it can function correctly and handle error conditions gracefully. Examples of resources that may be artificially manipulated to create stressful conditions include memory, disk space, and network bandwidth. If other memory-oriented tests are also planned, they should be performed here as part of the stress test suite. Stress tests can be automated

Leave a comment