What is decision table testing?

What is decision table testing?
A . It’s a testing design technique based in the internal software structure.
B . It’s a static test design technique.
C . It’s a testing design technique to verify decisions.
D . It’s a testing design technique based in the system requirements.

Answer: D

Explanation:

A testing design technique based in the system requirements. Decision table testing is a black-box testing technique that is used to test complex business rules or logic that involve multiple conditions and actions. Decision table testing uses a tabular format to represent all possible combinations of inputs (conditions) and outputs (actions) for a given decision. Decision table testing helps to ensure that all scenarios are covered and tested. A detailed explanation of decision table testing can be found in A Study Guide to the ISTQB® Foundation Level 2018 Syllabus, pages 47-511.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments