Bird
0
0

A form accepts age input from 18 to 60 inclusive. Using boundary value analysis, which set of test inputs covers all necessary boundary cases including just outside values?

hard📝 Application Q15 of 15
Testing Fundamentals - Functional Testing Techniques
A form accepts age input from 18 to 60 inclusive. Using boundary value analysis, which set of test inputs covers all necessary boundary cases including just outside values?
A17, 18, 60, 61
B18, 30, 60
C16, 18, 59, 61
D18, 19, 59, 60
Step-by-Step Solution
Solution:
  1. Step 1: Identify boundary and just outside values for age 18 to 60

    Boundaries are 18 (min) and 60 (max). Just outside are 17 (below min) and 61 (above max).
  2. Step 2: Check which option includes all boundaries and just outside values

    17, 18, 60, 61 includes 17, 18, 60, and 61, covering all required boundary and just outside values.
  3. Final Answer:

    17, 18, 60, 61 -> Option A
  4. Quick Check:

    Test min, max, and just outside values for full coverage [OK]
Quick Trick: Always include min, max, and one value outside each boundary [OK]
Common Mistakes:
  • Missing just outside boundary values
  • Testing only valid inputs inside range
  • Confusing boundary values with random inputs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes