Question 9 of 10Pro Only
What is a decision table and how do you use it to design test cases for complex business logic?
Sample answer preview
A decision table is a structured test design technique used to model complex business logic involving multiple conditions and their corresponding actions. It presents all possible combinations of conditions in a tabular format, making it easy to identify test cases and ensuring…
decision tableconditionsactionscombinatorial testingbusiness rulessimplification