Bird
0
0

You want to test a web app's performance under increasing load. Which approach best fits load testing to find the maximum user capacity before response time exceeds 3 seconds?

hard📝 Application Q15 of 15
Testing Fundamentals - Non-Functional Testing
You want to test a web app's performance under increasing load. Which approach best fits load testing to find the maximum user capacity before response time exceeds 3 seconds?
AOnly test the app's UI responsiveness manually
BGradually increase simulated users while measuring response time until it exceeds 3 seconds
CTest with 10 users repeatedly without increasing load
DRun a single test with 1000 users and check errors only
Step-by-Step Solution
Solution:
  1. Step 1: Understand goal to find max capacity before response time limit

    This requires increasing load step-by-step and measuring response time.
  2. Step 2: Evaluate options for best method

    Gradually increase simulated users while measuring response time until it exceeds 3 seconds describes gradual increase and measurement, which fits load testing best. Other options either test fixed load, ignore response time, or test UI manually, which do not meet goal.
  3. Final Answer:

    Gradually increase simulated users while measuring response time until it exceeds 3 seconds -> Option B
  4. Quick Check:

    Increase load + measure response time = find max capacity [OK]
Quick Trick: Increase users stepwise, watch response time limit [OK]
Common Mistakes:
  • Testing only fixed large user count
  • Ignoring response time in load tests
  • Relying on manual UI checks for load testing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes