Print Page | Close Window

How to make a good bug report

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Bug Report @ OneStopTesting
Forum Discription: After Creating the Test Plan, Writing the Test Cases and using them, Finally We need to generate those Bug Reports which Proves that Testers are Good enough & most importantly Indispensable.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=171
Printed Date: 05Jun2024 at 8:15pm


Topic: How to make a good bug report
Posted By: Sreyas
Subject: How to make a good bug report
Date Posted: 23Feb2007 at 9:56am
  1. Submit a test case, the smaller, the better. You can do this by clicking on the "Create a new attachment" link. When attaching a file, please set the correct MIME type from the list. For source code, "Plain text" is ok. For tar.gz or .gz files, you can enter "application/x-gzip" in the "Other" text box.
  2. Use to report the bug. In addition to bugzilla, posting to the list is fine if the bug merits larger exposure or design discussions to solve; posting to the list twice or more is just a way to annoy people and make them waste time, specially when you start a new thread about it.
  3. If the test involves libraries or assemblies that are not part of mono, add infomation on where to download all dependencies, and how to compile/install them.
  4. If compiling the test case requires more than: mcs test.cs provide the full command line you used to compile the test.
  5. If running the test requires more than: mono test.exe provide the full command line needed to replicate the bug.
  6. Provide info about the version of the software you're using (both mono and the operating system or relevant libraries).
  7. Provide the output you expect the test case to produce.
  8. Provide the actual output you get from the test case.
  9. If you are new to bug reporting, understand how you should set "priority" for your report. People tend to set CRITICAL or BLOCKER where they should not. Please keep in mind: no matter how important the bug is for you, it is nothing to do with the importance of the bug itself.

Please include at least 6 items from the list in your bug report. Incomplete bug reports are very hard to understand, reproduce and fix.




Print Page | Close Window