Bird
Raised Fist0

In a decision table, a condition is missing for one test case column. What is the best way to fix this?

medium📝 Debug Q7 of Q15
Testing Fundamentals - Functional Testing Techniques
In a decision table, a condition is missing for one test case column. What is the best way to fix this?
AAdd the missing condition value to complete the test case.
BDelete the entire test case column.
CIgnore the missing condition and run the test anyway.
DReplace all conditions with default values.
Step-by-Step Solution
Solution:
  1. Step 1: Identify missing condition impact

    Missing condition makes the test case incomplete and invalid.
  2. Step 2: Correct the test case

    Adding the missing condition value completes the test case properly.
  3. Final Answer:

    Add the missing condition value to complete the test case. -> Option A
  4. Quick Check:

    Complete all conditions for valid test cases [OK]
Quick Trick: Complete all conditions in each test case [OK]
Common Mistakes:
MISTAKES
  • Deleting test cases unnecessarily
  • Ignoring missing data
  • Using default values without reason

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes