Bird
0
0

A tester created these partitions for a password length: [8-12], [13-16], and [17-20]. The system only accepts passwords up to length 16. What is the error?

medium📝 Debug Q7 of 15
Testing Fundamentals - Functional Testing Techniques
A tester created these partitions for a password length: [8-12], [13-16], and [17-20]. The system only accepts passwords up to length 16. What is the error?
APartitions overlap
BOne partition includes invalid inputs
CThe partitions leave gaps between them
DPartitions are not equal in size
Step-by-Step Solution
Solution:
  1. Step 1: Check system constraints

    System accepts passwords up to length 16 only.
  2. Step 2: Analyze partitions

    Partition [17-20] includes lengths not accepted by the system, so it contains invalid inputs.
  3. Final Answer:

    One partition includes invalid inputs -> Option B
  4. Quick Check:

    Partitions must match system input limits [OK]
Quick Trick: Partitions must not include inputs outside system limits [OK]
Common Mistakes:
  • Ignoring system input constraints
  • Creating partitions with invalid inputs
  • Assuming all partitions must be equal size

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes