InterviewSolution
| 1. |
When Is Used Decision Table Testing? |
|
Answer» Decision table testing is USED for testing systems for which the SPECIFICATION takes the form of rules or cause-effect combinations. In a decision table the inputs are LISTED in a column, with the outputs in the same column but below the inputs. The remainder of the table explores combinations of inputs to DEFINE the outputs produced. Decision table testing is used for testing systems for which the specification takes the form of rules or cause-effect combinations. In a decision table the inputs are listed in a column, with the outputs in the same column but below the inputs. The remainder of the table explores combinations of inputs to define the outputs produced. |
|