Question 373ISTQB CTFL v4.0 Sample Exam C
You are using acceptance test-driven development and designing test cases based on the following user story: As a Regular or Special user, I want to be able to use my electronic floor card, to access specific floors. Acceptance Criteria: AC1: Regular users have access to floors 1 to 3 AC2: Floor 4 is only accessible to Special users AC3: Special users have all the access rights of Regular users Which test case is the MOST reasonable one to test AC3?
Answer Options
A.Check that a Regular user can access floors 1 and 3
B.Check that a Regular user cannot access floor 4
C.Check that a Special user can access floor 5
D.Check that a Special user can access floors 1, 2 and 3✓
Correct Answer
D: Check that a Special user can access floors 1, 2 and 3