SDLC - Software Testing (MCQ) questions and answers for Q. 3496

Q.  Which is not a part of Decision Table?
- Published on 03 Aug 15

a. Rule portion
b. Driver portion
c. Condition portion
d. Action portion

ANSWER: Driver portion
 

    Discussion

  • Prajakta Pandit   -Posted on 02 Nov 15
    - Driver portion is not a part of decision table.

    - Decision table is a good way to deal with combinations of things.

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

    - Decision table consists of the following :

    Condition portion : Consider when making certain business decision.

    Action portion : The possible actions to take when certain business decision is made.

    Rules : It is a combination of conditions and actions that form the business decision.

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.)