Browse Business Software Categories

Close  

Tips for Good Defect Tracking

An important part of defect tracking is the bug report. Making a bug report is not as straightforward as it seems. To simply issue a report that says, “This feature doesn’t work,” does not provide much to the developer in the way of useful information. The report should be as specific as possible and should include the specific steps that can be taken to reproduce the occurrence of the defect. In other words, a more useful report would say, “when I do X, Y, and then Z, then this happens.” To be even more useful, the report should include details about what the expected result would have been had the flaw not occurred.

It is especially important to stress to testers, beta users, end users, and anybody else that may be issuing a defect tracking report that it is absolutely essential to include details on how to make the defect occur again. Without specific details, it may be difficult or impossible to replicate the incidence of the defect in the lab. And if the defect cannot be reproduced, then it cannot be fixed. This is why the software testers on the other side of the lab keep very careful and precise logs of every single action they take.

When configuring your reporting interface, it would be useful to provide users with multiple fields to allow input of all possible factors. In the first field, ask the user to describe the defect. Then, add another field to allow the user to state specifically what they did to cause the defect to appear. Still another field could allow the user to state what they expected to happen — in other words, what was the user trying to do when the defect occurred? And lastly, the user should have a space to enter what happened instead.

Getting good feedback from users and obtaining accurate and precise defect reports is one of the most important aspects of good defect tracking. Also, it is vitally important to maintain a formalized system for defect tracking. Some programmers may attempt to conduct defect tracking informally, through handwritten notes, spreadsheets, or just by assuming they will remember everything. But none of these steps will work very well. A formal defect tracking tool, with a searchable database, reporting function, and an interface for reporting, is the only way to provide the consistency that the development team needs.

Once the bugs are reported, they must be managed. A project manager must have stated authority over the bug tracking process and authority to delegate work. Each bug can therefore be assigned to a specific individual, who will take ownership of it until it is fixed. Defect management also involves avoiding duplicated efforts by searching a new bug report against the existing database to make sure it is not a bug that has already been caught. Lastly, follow-through is essential as a tool of good defect tracking and reporting. When a bug report is issued, it must also be closed when the problem has been resolved.