Bird
0
0

You want to simulate increasing load from 10 to 100 users over 10 minutes to find system limits. Which load testing approach fits best?

hard📝 Application Q8 of 15
Testing Fundamentals - Non-Functional Testing
You want to simulate increasing load from 10 to 100 users over 10 minutes to find system limits. Which load testing approach fits best?
ASecurity testing with penetration scripts
BFunctional testing with fixed users
CUnit testing with mock users
DStress testing with ramp-up of users
Step-by-Step Solution
Solution:
  1. Step 1: Understand test goal

    Increasing users gradually to find limits is stress testing with ramp-up.
  2. Step 2: Exclude unrelated testing types

    Functional, security, and unit testing do not simulate load increase.
  3. Final Answer:

    Stress testing with ramp-up of users -> Option D
  4. Quick Check:

    Ramp-up load test = stress testing [OK]
Quick Trick: Ramp-up load means stress testing [OK]
Common Mistakes:
  • Confusing functional testing with load increase
  • Thinking security testing simulates load
  • Assuming unit testing covers load scenarios

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes