Bird
Raised Fist0

A tester created a decision table but missed one condition combination. What is the likely problem caused by this mistake?

medium📝 Debug Q14 of Q15
Testing Fundamentals - Functional Testing Techniques
A tester created a decision table but missed one condition combination. What is the likely problem caused by this mistake?
AAll conditions are tested anyway
BThe software will run faster
CSome test cases will be missing, causing incomplete testing
DThe decision table will have duplicate rows
Step-by-Step Solution
Solution:
  1. Step 1: Understand the impact of missing condition combinations

    Missing a condition combo means that scenario is not tested.
  2. Step 2: Identify the consequence

    Incomplete testing can let bugs slip through because not all cases are covered.
  3. Final Answer:

    Some test cases will be missing, causing incomplete testing -> Option C
  4. Quick Check:

    Missing combos = incomplete tests [OK]
Quick Trick: Missing combos mean missing tests, not faster software [OK]
Common Mistakes:
MISTAKES
  • Thinking missing combos speed up software
  • Assuming all conditions tested anyway
  • Confusing missing combos with duplicates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes