0
0
Testing Fundamentalstesting~5 mins

Performance test types (load, stress, spike, soak) in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ASoak Testing
BLoad Testing
CSpike Testing
DStress Testing
What is the main goal of Stress Testing?
ATest system under normal load for a long time
BCheck system response to sudden traffic spikes
CPush system beyond limits to find breaking points
DMeasure system speed under expected load
Spike Testing is best described as:
ASudden sharp increase in load
BGradually increasing load over time
CTesting system under normal load for hours
DTesting system with no load
Which test type helps find memory leaks by running long tests?
ALoad Testing
BStress Testing
CSpike Testing
DSoak Testing
If a system crashes when traffic suddenly doubles, which test type revealed this?
ASpike Testing
BStress Testing
CLoad Testing
DSoak Testing
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.