I want to write (or find) a guide to effective bug reporting in a style similar to ESR's How To Ask Questions The Smart Way
What are your top tips for effective bug reports?
|
I want to write (or find) a guide to effective bug reporting in a style similar to ESR's How To Ask Questions The Smart Way What are your top tips for effective bug reports?
| ||||
|
feedback
|
The bottom line is you have to engage some level of critical thinking when the bug is encountered. Once you've exhausted all possibilities that it could be your fault, write up a bug. If you find out its your fault, but the software you are using/testing could have done something more usable to indicate its your fault, still write a bug. Also, to be a truly great bug-reporter, you must avail yourself to those testing the bug to help them recreate it. Its likely you've just "got the knack" for recreating that bug and there may be steps you are not conscious of. You can't just complain and walk away, participate in the process and help the team out by testing, recreating, and troubleshooting. | |||||||||
feedback
|
|
Report the observable facts and then your interpretation of those facts. Sometimes the best bug reports include something that is a gut feel of an understanding of the problem. Facts-only bug reporting discounts this valuable human resource. | |||
|
feedback
|
Too often, our QA people think they can just put in a ticket saying, here's my exception without any backup documentation. Its near impossible to reproduce let alone fix the issue without more information. | |||
|
feedback
|
|
Don't assume the reader of your bug report knows the software as well as you do. Even the person who wrote the software may not know what you are talking about if enough time has passed since they wrote it. Write it so that anyone can understand and reproduce the problem. | |||
|
feedback
|
|
Recommend this article: How to Report Bugs Effectively | |||
|
feedback
|
|
For all the people who won't look at something without steps to reproduce: Note that the above is no excuse for QA to not include as much detail as they can when possible, just pointing out that it isn't always possible on modern software. | |||
|
feedback
|
|
Write the steps to reproduce the bug. If you can't reproduce it, it won't get fixed. | |||||
feedback
|
| |||
|
feedback
|