Decision Table Testing
Definition
A black-box technique that uses a table to represent combinations of inputs and their corresponding expected outputs or actions. It is especially useful for testing business rules with multiple conditions.
Related Terms
A testing technique where the internal structure of the system is not considered. Tests are derived from specifications, requirements, or other documentation, focusing solely on inputs and expected outputs.
Equivalence PartitioningA black-box test design technique that divides input data into groups (partitions) where all values in a partition are expected to be treated the same way by the system. One representative value from each partition is selected for testing.
Practice Chapter 4: Test Analysis and Design
Test your understanding of decision table testing and other concepts from this chapter.
Start Chapter 4 QuizTestPrepPro is an independent exam preparation resource. We are not affiliated with, endorsed by, or sponsored by the International Software Testing Qualifications Board (ISTQB). All trademarks are the property of their respective owners. Practice questions are original content created for educational purposes.