Skip to content

Instantly share code, notes, and snippets.

@jasonsee
Created May 12, 2015 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonsee/a91c1fa3bb6dc4af7146 to your computer and use it in GitHub Desktop.
Save jasonsee/a91c1fa3bb6dc4af7146 to your computer and use it in GitHub Desktop.
Tips for submitting QA bug tickets

Summary

  • Short description of the issue – a few words up to one sentence

Description

  • A detailed explanation of the issue, not steps to reproduce or the expected outcome – what happened

Steps to Reproduce

  • Step by Step instructions on how to reproduce the issue, not a narrative - begin with how to get the app in the state it was in just before the issue occurred

Expected Outcome

  • If there was a test case, then the expected outcome is available
  • If this was done Ad-Hoc, describe what you would have expected to occur

Actual Outcome

  • Describe what occurred and exactly what you saw – add logs, screenshots, etc…
  • Reference the wireframe or mockup layout that can backup the actual vs. expected outcome

Environment

  • Browser version
  • Breakpoint size
  • Device / Emulator

Affected Build

  • If possible, enter the Develop branch commit or build number hash that the issue was found in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment