Bird
0
0

You want to design a stress test for a web application that must handle up to 5000 users simultaneously. Which approach best fits stress testing principles?

hard📝 Conceptual Q15 of 15
Testing Fundamentals - Non-Functional Testing
You want to design a stress test for a web application that must handle up to 5000 users simultaneously. Which approach best fits stress testing principles?
ATest the system with 3000 users and assume it works for 5000
BGradually increase users from 1000 to 6000 while monitoring system response and failures
CRun functional tests for 100 users repeatedly
DTest only 5000 users once and check if the system crashes
Step-by-Step Solution
Solution:
  1. Step 1: Understand stress testing for capacity limits

    Stress testing involves pushing the system beyond expected limits to find breaking points and observe behavior under extreme load.
  2. Step 2: Evaluate options for best stress test design

    Gradually increase users from 1000 to 6000 while monitoring system response and failures gradually increases users beyond 5000 to 6000, monitoring response and failures, which aligns with stress testing goals. Other options either test only once, test fewer users, or do unrelated functional tests.
  3. Final Answer:

    Gradually increase users from 1000 to 6000 while monitoring system response and failures -> Option B
  4. Quick Check:

    Gradual increase beyond max = proper stress test [OK]
Quick Trick: Increase load beyond max users gradually [OK]
Common Mistakes:
  • Testing only once at max users
  • Confusing stress test with functional test
  • Assuming fewer users prove max capacity

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes