Skip to content

Instantly share code, notes, and snippets.

@YmerejRedienhcs
Created February 1, 2014 18:18
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 YmerejRedienhcs/8756194 to your computer and use it in GitHub Desktop.
Save YmerejRedienhcs/8756194 to your computer and use it in GitHub Desktop.
What’s a (good) bug? My opinions
Definition: A formal means of communication about a perceived problem.
Audience: practically everyone! developer, product manager, project manager, dev manager, testers, test manager, even VP, President depending on company size
Title: brief, to the point, but not too short, but says what’s wrong
bad: “search broken”
good: “searching for items with ampersands results in no search results”
Summary: longer, maybe abbreviated steps
Description (optional): longer narrative
Steps to Reproduce — specific steps that anyone should be able to follow
Time when observed — for coordinating with log files
Observed:
Expected: VERY IMPORTANT
Screen Shot(s)
Severity — what is the impact on functionality when it happens — pretty objective — from small function works strangely … global data loss.
Priority — how important — a business decision
Component — in which part of the software or functionality is the defect found?
Attachments: input files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment