volume_mute
Stress Testing Definition
publish date: 1969/12/31 00:00:00 UTC
volume_mute
What is stress testing in the context of release testing?
Correct Answer
Testing the system beyond its design capacity limits to observe failure behavior
Explanation
Stress testing involves deliberately overloading the system beyond its design capacity. The goal is to observe how the system behaves under extreme conditions and how it fails. Stress testing checks whether system failure, when it occurs, is recoverable or causes unacceptable data loss or corruption. It is not about testing at design capacity - that is performance testing.
Reference
Software Engineering, Ian Sommerville, 10th edition
