volume_mute
Why Stress Testing Matters - Failure Behavior
publish date: 1969/12/31 00:00:00 UTC
volume_mute
When the system is overloaded beyond capacity during stress testing, what critical question is being answered?
Correct Answer
Whether system failure is 'soft' and recoverable, or 'hard' and causes data loss or corruption
Explanation
Stress testing answers the critical question of failure behavior: when the system fails, does it fail 'softly' (gracefully degrading with no data loss, allowing recovery) or 'hard' (causing data corruption, transaction loss, or requiring full restart)? Failure mode is critical - especially for systems handling financial or medical data where data corruption is unacceptable.
Reference
Software Engineering, Ian Sommerville, 10th edition
