Recall & Review
beginner
What is stress testing in software testing?
Stress testing is a type of performance testing where the software is tested beyond its normal operational capacity to see how it behaves under extreme conditions.
Click to reveal answer
beginner
Why do we perform stress testing?
We perform stress testing to find the breaking point of the software and to ensure it fails gracefully without crashing unexpectedly.
Click to reveal answer
intermediate
How is stress testing different from load testing?
Load testing checks software behavior under expected maximum load, while stress testing pushes it beyond maximum load to test limits and recovery.
Click to reveal answer
intermediate
Name two common scenarios where stress testing is useful.
Stress testing is useful when expecting sudden spikes in users, like during sales events, and to test system recovery after failure.
Click to reveal answer
beginner
What should testers observe during stress testing?
Testers should observe system crashes, slowdowns, error messages, data loss, and how the system recovers after stress is removed.
Click to reveal answer
What is the main goal of stress testing?
✗ Incorrect
Stress testing aims to push software beyond normal limits to find where it breaks.
Which of these is NOT a focus of stress testing?
✗ Incorrect
Behavior under peak expected load is load testing, not stress testing.
Stress testing helps to ensure the system:
✗ Incorrect
Stress testing checks if the system fails gracefully and recovers well.
When is stress testing most useful?
✗ Incorrect
Stress testing is useful when sudden spikes in users or load are expected.
Which is a common result observed during stress testing?
✗ Incorrect
Stress testing often causes crashes or slowdowns to identify limits.
Explain stress testing and why it is important in software testing.
Think about pushing a system harder than usual to see what happens.
You got /4 concepts.
Describe the difference between stress testing and load testing.
Compare normal peak vs. extreme overload.
You got /4 concepts.