User Story Template
Here is an example of a user story.
Example
User story title: Customer withdraws cash.
As a customer,
I want to withdraw cash from an ATM
So that I do not have to wait in line at the bank.
Acceptance Criterion 1:
Given that the account is creditworthy
And the card is valid
And the dispenser contains cash,
When the customer requests the cash
Then ensure the account is debited
And ensure cash is dispensed
And ensure the card is returned.
Acceptance Criterion 2:
Given that the account is overdrawn
And the card is valid,
When the customer requests the cash
Then ensure the rejection message is display
And ensure cash is not dispensed.
User Story Template
User story title:
| |
As a | |
I want to | |
So that | |
Acceptance Criteria 1 | |
Given | |
When | |
Then | |
Acceptance Criteria 2 | |
Given | |
When | |
Then | |
Conclusion |