GeekArticles
Testing
Bug ReportingWriting Better Defect Reports
Author: stickyminds.com |
Published: 18th Aug 2005 |
Visited: 656 times |
Add CommentFiled in: Bug ReportingWhy do some testers get a much better response from development than others? Part of the answer lies in the defect report. Following a few simple rules can smooth the way for a much more productive environment. The objective is not to write the perfect defect report, but to write an effective defect report that conveys the proper message, gets the job done, and simplifies the process for everyone. This paper focuses on two aspects of defect reports: 1) the remarks or description and 2) the abstract.
Read Article Sponsored Links
Related Articles
• Creating Agile Project Reports with TFS and Reporting Services - Part 2 In this second part of the series, Eric shows the reader how to create a burndown chart using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of burndown reports with ...
• Writing Your Own GPS Applications: Part I What is it that GPS applications need to be good enough to use for in-car navigation? Also, how does the process of interpreting GPS data actually work? In this two-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS applicat ...
• Writing Your Own GPS Applications: Part 2 In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB. ...
• sql writing Hi Tom,
If a SQL query have 4-5 tables in FROM clause, does it matter to put them in a particular order ? I mean if you have table name A, B, C, D does it make any difference if I write the query as
1. <code>select * from D, B, C, A</code> or ...
• Six Quick Crystal Reports Design Tips Creating reports can be a daunting task. Reports can demand a great deal of effort and time, especially if you have not worked with Crystal Reports much. In this article, Jeff provides six quick Crystal Reports Design Tips to assist in creating killer reports with style and speed. Among other tips, ...