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.
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.
A Practitioner's Guide to Software Test Design
by map[name:Lee Copeland]
- Artech House
(2004)
Practical guide with detailed examples and step-by-step instructions for decision table testing and other test design techniques.