SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When different combination of input requires different combination of actions, Which of the following technique is used in such situation?
A
Boundary Value Analysis
B
Equivalence Partition
C
Decision Table
D
Decision Coverage
Explanation: 

Detailed explanation-1: -Decision Table is aka Cause-Effect Table. This test technique is appropriate for functionalities which has logical relationships between inputs (if-else logic). In Decision table technique, we deal with combinations of inputs. To identify the test cases with decision table, we consider conditions and actions.

Detailed explanation-2: -Step 1 – Analyze the requirement and create the first column. Step 2: Add Columns. Step 3: Reduce the table. Step 4: Determine actions. Step 5: Write test cases. 25-Jun-2012

There is 1 question to complete.