Recall & Review
beginner
What is Load Testing?
Load Testing checks how a system behaves under expected normal and peak user loads. It helps ensure the system can handle typical traffic without issues.
Click to reveal answer
beginner
Define Stress Testing.
Stress Testing pushes the system beyond its normal limits to see how it behaves under extreme conditions, such as very high traffic or resource exhaustion.
Click to reveal answer
intermediate
What is Spike Testing?
Spike Testing suddenly increases the load drastically to check if the system can handle sharp traffic bursts without crashing.
Click to reveal answer
intermediate
Explain Soak Testing (Endurance Testing).
Soak Testing runs the system under a normal load for a long time to find issues like memory leaks or performance degradation over time.
Click to reveal answer
intermediate
How do Load Testing and Stress Testing differ?
Load Testing checks system behavior under expected loads, while Stress Testing pushes the system beyond limits to find breaking points.
Click to reveal answer
Which test type checks system behavior under expected user traffic?
✗ Incorrect
Load Testing simulates expected user traffic to verify system performance under normal conditions.
What is the main goal of Stress Testing?
✗ Incorrect
Stress Testing pushes the system beyond its limits to identify failure points.
Spike Testing is best described as:
✗ Incorrect
Spike Testing involves sudden sharp increases in load to test system stability.
Which test type helps find memory leaks by running long tests?
✗ Incorrect
Soak Testing runs the system for a long time under normal load to detect issues like memory leaks.
If a system crashes when traffic suddenly doubles, which test type revealed this?
✗ Incorrect
Spike Testing reveals how a system handles sudden sharp increases in traffic.
Describe the four main types of performance testing: load, stress, spike, and soak.
Think about how each test challenges the system differently.
You got /4 concepts.
Explain why soak testing is important for long-running systems.
Consider what problems appear only after hours or days of use.
You got /3 concepts.