ISQI Certified Tester Foundation Level — Question 2
What is decision table testing?
Answer options
- A. It’s a testing design technique based in the internal software structure.
- B. It’s a static test design technique.
- C. It’s a testing design technique to verify decisions.
- D. Its a testing design technique based in the system requirements. D
Correct answer: C
Explanation
The correct answer is C because decision table testing is specifically used to validate the various decisions made by the system based on different inputs. Options A and D refer to other testing techniques that focus on internal structure and requirements respectively, while B describes a static approach that does not align with the dynamic decision-making aspect of decision table testing.