0
0
Testing Fundamentalstesting~5 mins

Performance testing basics in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is performance testing?
Performance testing checks how fast and stable a software works under certain conditions, like many users or heavy data.
Click to reveal answer
beginner
Name three common types of performance testing.
Load testing, stress testing, and endurance testing are common types to check speed, limits, and stability over time.
Click to reveal answer
beginner
Why is load testing important?
Load testing shows if the software can handle expected user numbers without slowing down or crashing.
Click to reveal answer
intermediate
What does stress testing help find?
Stress testing finds the breaking point of software by pushing it beyond normal limits to see how it fails.
Click to reveal answer
beginner
What is a key metric measured in performance testing?
Response time is a key metric; it measures how long the software takes to answer a request.
Click to reveal answer
Which type of performance testing checks software behavior under normal user load?
ASpike testing
BStress testing
CLoad testing
DSecurity testing
What does stress testing primarily focus on?
AFinding software limits by pushing beyond normal load
BChecking software under expected load
CTesting software security
DMeasuring user satisfaction
Which metric measures how fast software responds to a request?
AThroughput
BMemory leak
CCPU usage
DResponse time
Endurance testing is used to check:
ASoftware stability over a long time
BSoftware security vulnerabilities
CSoftware speed under short bursts
DUser interface design
Which of these is NOT a goal of performance testing?
AIdentify bottlenecks
BCheck software security
CMeasure scalability
DEnsure reliability
Explain the difference between load testing and stress testing.
Think about normal use versus extreme use.
You got /4 concepts.
    List key metrics used in performance testing and why they matter.
    Consider what shows how well software performs.
    You got /4 concepts.