Exam CTFL-2018 All QuestionsBrowse all questions from this exam
Question 36

The following checklist has been produced to help reviewers detect defects with user stories:

Use Story Checklist:

1. The user story must have a unique identifier.

2. The user story must contain the user/customer.

3. The user story must contain the need.

4. The user story must contain the reason.

5. The user story must contain testable acceptance criteria.

Using the checklist above what is wrong with the following user story?

User story: US2018 -

As a bank account customer, I would like to transfer money from one account to another using the mobile banking application by using the drag and drop feature.

This is acceptable when:

• I can drag and drop from one account to another and select any of the pre-defined amounts.

• I can drag and drop from one account to another and type in any positive amount.

• Once I confirm the details the amount is debited from the first account and credited to the second account.

    Correct Answer: D

    The user story does not contain the unique identifier. The identifier 'US2018' is mentioned in the context of the question but is not included within the text of the user story itself. Every user story should have a unique identifier to ensure it can be tracked and referenced properly.

Discussion
LynxyOption: A

C is not correct. The reason is 'As a bank account customer, I would like to transfer money from one account to another' Correct answer is A.

Step2DizOption: C

C is correct. The user story doesn't have the reason. It should say - "...by using the drag and drop feature so that. .."