Last active
December 27, 2015 08:49
-
-
Save distributedlife/7299057 to your computer and use it in GitHub Desktop.
snippets for 4 ways to split a story from November 2013 Issue of P2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| As a user, I want to search for my customers by their first and last names. | |
| As a non-administrative user, I want to modify my own schedules but not the schedules of other users. | |
| As a mobile application tester, I want to test my test cases and report results to my management. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| As a shop owner, I want to search for my customers by their first name. | |
| As a shop owner, I want to search for my customers by their last name. | |
| As a non-administrative user, I want to modify my own schedules. | |
| As a non-administrative user, I don’t want other users to modify my schedule. | |
| As a mobile application tester, I want to test my test cases. | |
| As a manager, I want mobile application testers to report meaningful results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Given the customer has one transaction account and one credit account | |
| When the customer views their accounts | |
| Then the screen should show the names and numbers of the two accounts sorted in account number order | |
| Given the customer has more than 20 accounts | |
| When the customer views their accounts | |
| Then the screen should show the first 20 accounts (in account number order) only |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment