0
0
Testing Fundamentalstesting~5 mins

Load testing concepts in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is load testing?
Load testing is a type of performance testing that checks how a system behaves under expected user loads. It helps find out if the system can handle the number of users or transactions it is designed for.
Click to reveal answer
beginner
Why is load testing important?
Load testing is important because it ensures that software can handle real-world usage without crashing or slowing down. It helps avoid unhappy users and business losses.
Click to reveal answer
intermediate
What is a 'load profile' in load testing?
A load profile describes the pattern of user activity during a test, such as how many users access the system and what actions they perform over time.
Click to reveal answer
intermediate
Difference between load testing and stress testing?
Load testing checks system behavior under expected loads, while stress testing pushes the system beyond its limits to see how it fails and recovers.
Click to reveal answer
beginner
Name two common metrics measured during load testing.
Two common metrics are response time (how fast the system responds) and throughput (how many transactions it can handle per second).
Click to reveal answer
What does load testing primarily measure?
ACode correctness
BSystem security vulnerabilities
CSystem behavior under expected user load
DUser interface design
Which of the following is NOT a goal of load testing?
ATest system recovery after failure
BCheck system behavior under normal load
CIdentify system bottlenecks
DMeasure response times
What is a 'load profile' used for in load testing?
ATo define user activity patterns during the test
BTo fix bugs found during testing
CTo design the user interface
DTo write test scripts
Which metric shows how many transactions a system can handle per second?
AResponse time
BCPU usage
CError rate
DThroughput
Stress testing differs from load testing because it:
ATests normal user load
BPushes system beyond its limits
CFocuses on UI design
DChecks code syntax
Explain what load testing is and why it is important.
Think about how many users use an app at the same time.
You got /3 concepts.
    Describe the difference between load testing and stress testing.
    One is normal use, the other is extreme use.
    You got /3 concepts.