Exam CTFL All QuestionsBrowse all questions from this exam
Question 23

What is decision table testing?

    Correct Answer:

    Decision table testing is a black-box test design technique used to test system behavior under different input conditions. These conditions and their corresponding actions are systematically captured in a tabular form, commonly known as a decision table. This technique helps to ensure that all possible combinations of inputs are considered and that the system behaves correctly for each combination. Hence, it's focused on verifying the system's behavior based on the specified conditions and decisions outlined in the table.

Discussion
lily0715Option: C

Decision table testing is a software testing technique used to test system behavior for different input combinations. This is a systematic approach where the different input combinations and their corresponding system behavior (Output) are captured in a tabular form.D

odpp_IteratestOption: C

Decision table testing is a software testing technique used to test system behavior for different input combinations.

Jyoti27

direct definition

Aditya_BodakeOption: C

this technique interacts with the dicisions that we made.

Frerik

A black-box test technique in which test cases are designed to exercise the combinations of conditions and the resulting actions shown in a decision table.

laraerfOption: C

C is correct

MthethoOption: B

B. It’s a static test design technique.

MthethoOption: A

A. It’s a testing design technique based in the internal software structure.

MthethoOption: A

A. It’s a testing design technique based in the internal software structure.

nidhiyaOption: C

Its a technique used to test the system behavior with different input combintaions

PAGH0316

son combinatorias útiles para probar la implementación de requisitos del sistema

PAGH0316Option: D

son combinatorias útiles para probar la implementación de requisitos del sistema