Multiple choice technology testing

Showing the system can work at peak times by flooding it with transactions is what type of testing.

  1. Installation testing

  2. Integration testing

  3. Configuration testing

  4. Regression testing

  5. Stress testing

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Stress testing evaluates system behavior under extreme load conditions, often beyond expected capacity. Flooding the system with transactions to test peak performance is stress testing - it pushes the system to its limits to identify breaking points and ensure it handles overload conditions gracefully.