Bird
0
0

Given a load test simulating 50 users for 10 minutes, which output indicates the system handled the load well?

medium📝 Predict Output Q4 of 15
Testing Fundamentals - Non-Functional Testing
Given a load test simulating 50 users for 10 minutes, which output indicates the system handled the load well?
AAverage response time: 10 seconds; Error rate: 20%
BAverage response time: 15 seconds; Error rate: 0%
CAverage response time: 5 seconds; Error rate: 50%
DAverage response time: 2 seconds; Error rate: 0%
Step-by-Step Solution
Solution:
  1. Step 1: Analyze response time and error rate

    Low response time and zero errors mean good performance under load.
  2. Step 2: Compare all options

    Options with high response times or error rates show poor handling of load.
  3. Final Answer:

    Average response time: 2 seconds; Error rate: 0% -> Option D
  4. Quick Check:

    Good load test = low response time + zero errors [OK]
Quick Trick: Low response time and zero errors mean good load handling [OK]
Common Mistakes:
  • Ignoring error rate and focusing only on response time
  • Choosing low error but very high response time
  • Confusing high error rate as acceptable

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes