Skip to content

Instantly share code, notes, and snippets.

@distributedlife
Last active December 27, 2015 08:49
Show Gist options
  • Select an option

  • Save distributedlife/7299057 to your computer and use it in GitHub Desktop.

Select an option

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
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.
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.
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