Bird
0
0

In decision table testing, what do the columns typically represent?

easy📝 Conceptual Q2 of 15
Testing Fundamentals - Functional Testing Techniques
In decision table testing, what do the columns typically represent?
ADatabase tables.
BProgramming functions to be tested.
CUser interface screens.
DDifferent test cases with specific input combinations.
Step-by-Step Solution
Solution:
  1. Step 1: Identify column role in decision tables

    Columns represent different test cases showing input combinations and expected results.
  2. Step 2: Evaluate options

    Only Different test cases with specific input combinations. correctly describes columns; others are unrelated to decision tables.
  3. Final Answer:

    Different test cases with specific input combinations. -> Option D
  4. Quick Check:

    Decision table columns = Test cases [OK]
Quick Trick: Columns = test cases with inputs [OK]
Common Mistakes:
  • Confusing columns with functions or UI screens
  • Thinking columns represent database tables

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes