ISQI Certified Tester Foundation Level — Question 2

What is decision table testing?

Answer options

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.