Decision Table - Combination of input requires different combination of actions

Q.  When different combination of input requires different combination of actions,Which of the following technique is used in such situation?
- Published on 30 Jul 15

a. Boundary Value Analysis
b. Equivalence Partition
c. Decision Table
d. Decision Coverage

ANSWER: Decision Table
 

    Discussion

  • Prajakta Pandit   -Posted on 29 Oct 15

    - When different combination of input requires different combinations of actions, in such situation decision table technique is used.

    - Decision table provides a systematic way of stating complex business rules, which is useful for developers as well as for testers.

    - Decision tables are mostly used in test design.

    - For retail shopping, a table which contains a rules of discount, is the best example of decision table.

    - Decision tables have proven to be easier to understand and review than code. It allows developers to work from the same decision tables information.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)