Created
January 17, 2017 07:13
-
-
Save onjin/7045ac72afae0a698f8e06c2e77b331c to your computer and use it in GitHub Desktop.
This file contains 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
START: [URL …or… mobile OS + app] | |
STEPS: | |
1. [list the exact steps it takes to reproduce the problem] | |
2. [use numbers to show each step in order] | |
3. [include multiple apps if necessary] | |
4. [write it so a 10 year old could reproduce] | |
ACTUAL: [identify the thing that is broken, screenshots help] | |
EXPECTED: [explain what you expected to see] | |
URGENCY: [only for critical production issue reports] | |
Example: | |
START: http://devserver.ourcompany.com/search?name=boo&status=hoo | |
STEPS: | |
1. notice that the first 100 results are visible | |
2. scroll to the bottom of the page | |
3. click “Next” button | |
ACTUAL: page 2 with header & footer around empty results section | |
EXPECTED: page 2 with header & footer with results 101 and above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment