ISTQB Certified Tester Foundation Level (CTFL v4.0) ISTQB-CTFL Question # 114 Topic 12 Discussion

ISTQB Certified Tester Foundation Level (CTFL v4.0) ISTQB-CTFL Question # 114 Topic 12 Discussion

ISTQB-CTFL Exam Topic 12 Question 114 Discussion:
Question #: 114
Topic #: 12

In order to exercise the right to vote, a person must meet the following requirements:

    be able to prove citizenship of the country

    be a resident in the administrative unit concerned

    have a minimum age of 18 years

    no other reasons for exclusion exist

Create the associated decision table and minimize it so that all conditions are correctly covered.

Hint: remember to use the "no other reasons for exclusion exist" condition when creating the decision table.

How many test cases are at least required to achieve the coverage of all decision rules and what could be the concrete test cases?


A.

5 test cases. 1 test case where all 4 prerequisites are fulfilled and 4 test cases for exactly one unfulfilled prerequisite each.


B.

16 test cases. With 4 conditions, each of which can be true or false, there are 16 (2 to the power of 4) possible combinations to be tested.


C.

2 test cases. 1 test case where all 4 conditions are fulfilled and 1 test case where all 4 conditions are not fulfilled.


D.

8 test cases. With 4 conditions, each of which can be true or false, there are 8 (4*2) possible combinations to be tested.


Get Premium ISTQB-CTFL Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.