MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A decision table facilitates conditions to be related to:
A
Action
B
Program
C
Table
D
Stub
Explanation: 

Detailed explanation-1: -A decision table is a graphical method for explaining the logic of making decision in tabular format. It is a set of conditions + set of actions and different combinations of decisions.

Detailed explanation-2: -A decision table is a graphical way to map conditions against actions: it expresses the fact that certain actions are to be performed only if certain conditions (or combination thereof) are satisfied.

Detailed explanation-3: -Actions are associated with rules in a Decision Table. At runtime, when facts match for condition cells, the Rules Engine prepares to run the actions associated with the rule. Table 5-1 shows the types of actions you can choose in the Actions area.

Detailed explanation-4: -Action stubs: are that part of a decision table that specifies which actions are to be followed for a given set of rules.

Detailed explanation-5: -The decision table is also called a Cause-Effect table, as the causes and effects for comprehensive test coverage are captured in this table. Decision Table testing is a commonly used black-box testing technique and is ideal for testing two or more inputs that have a logical relationship.

There is 1 question to complete.