Collapsed Decision Table

A decision table in which combinations of inputs that are impossible or lead to the same outputs are merged into one column (rule), by setting the conditions that do not influence the outputs to don't care.

Present in sylabi

Learn more

Software Testing Techniques (2nd Edition) by map[name:Boris Beizer] - Van Nostrand Reinhold (2003)
Comprehensive coverage of decision tables, domain testing, and test design techniques. Classic text on software testing methodologies.

The Art of Software Testing (3rd Edition) by map[name:Glenford J. Myers, Corey Sandler, Tom Badgett] - John Wiley & Sons (2011)
Time-proven software testing approaches including decision table testing and converting decision tables into test cases.

Recommend more content related to this term