0
0
Testing Fundamentalstesting~5 mins

Performance metrics (response time, throughput) in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is response time in performance testing?
Response time is the total time taken from sending a request to receiving the complete response. It measures how fast a system reacts to a user action.
Click to reveal answer
beginner
Define throughput in the context of software performance.
Throughput is the number of transactions or requests a system can handle in a given time, usually measured as requests per second or transactions per minute.
Click to reveal answer
intermediate
Why is measuring response time important for user experience?
Because users expect quick feedback, slow response times can frustrate users and cause them to leave. Measuring response time helps ensure the system feels fast and responsive.
Click to reveal answer
intermediate
How does throughput differ from response time?
Response time measures how fast one request is handled, while throughput measures how many requests the system can handle over time. They show different aspects of performance.
Click to reveal answer
beginner
Give a real-life example to explain throughput.
Imagine a cashier at a store: throughput is like how many customers the cashier can serve in an hour. The faster they serve, the higher the throughput.
Click to reveal answer
What does response time measure?
ATime taken to complete one request
BNumber of requests per second
CTotal users on the system
DAmount of data transferred
Throughput is best described as:
ASpeed of a single request
BNumber of errors in requests
CNumber of requests handled in a time period
DMemory used by the system
If a system has low response time but low throughput, what does it mean?
AIt handles many requests slowly
BIt handles few requests slowly
CIt handles many requests quickly
DIt handles few requests quickly
Which metric would you check to know how many users can be served simultaneously?
AThroughput
BResponse time
CCPU usage
DDisk space
Why is it important to monitor both response time and throughput?
AThey measure the same thing
BTo understand speed and capacity of the system
COnly response time matters
DOnly throughput matters
Explain the difference between response time and throughput using a simple example.
Think about how fast one task is done versus how many tasks are done in total.
You got /3 concepts.
    Why should testers measure both response time and throughput during performance testing?
    Consider what each metric tells about the system.
    You got /3 concepts.