Good bug is one which is not allow to function if the error comes
and it should have effect on another functionality
Login to rate this answer.
Hi,
The characteristics of a good bug is that i should be easily understood by the Dev people and easily reproducable in their environment.
The good bug should be properly debugged

1 User has rated as useful.
Login to rate this answer.
A good bug should have the following:
1) Summary for the bug, from which the person reading the bug should get an overall idea about the bug.
2) The details for the bug should be provided with the steps to reproduce. Any person can reproduce the bug raised by the testing team member.
3) The important of the bug is that how seveir it is, it should be clearly specified in the defect sheet so that the person taking decission should be take proper decision. He can define the priority for the bug.
4) The bug should also specify the person who found, date, the contact details of the person.
5) If any screen shots required it should also have the same.

1 User has rated as useful.
Login to rate this answer.