Bird
0
0

If a decision table has 3 conditions each with 3 possible states, how many unique test cases will it have?

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Functional Testing Techniques
If a decision table has 3 conditions each with 3 possible states, how many unique test cases will it have?
A9
B27
C6
D81
Step-by-Step Solution
Solution:
  1. Step 1: Calculate total combinations

    Each condition has 3 states, so total combinations = 3 * 3 * 3 = 27.
  2. Step 2: Confirm test cases count

    Each combination is a test case, so total test cases = 27.
  3. Final Answer:

    27 -> Option B
  4. Quick Check:

    Test cases = 3^3 = 27 [OK]
Quick Trick: Multiply states per condition for total cases [OK]
Common Mistakes:
  • Multiplying incorrectly
  • Using addition instead of multiplication

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes