GeekArticles
Testing
Defect TrackingThe Path to Successful Defect Tracking
Author: stickyminds.com |
Published: 17th Aug 2005 |
Visited: 1630 times |
Add CommentFiled in: Defect TrackingOne of the challenges all software development organizations face is how to handle the defect-tracking process. Little thought is put into designing and implementing such a system. This white paper describes why a solid defect-tracking system is necessary.
Read Article Sponsored Links
Related Articles
• Tracking Events Using a Semi-Structured Repository Tracking the activities of a system and its users is too often not considered until the application is already deployed. Learn how to demonstrate an (almost) no hassle persistent bean pool that you can use to track the activities of an already developed system for later rev ...
• "Show Path"-Option in the project manager QC#: 59363 Version: 11.2 Status: Open defect, requires resolution Description: Whenever i start the cbuilder2007/2006, the path of my projects are not shown on the old position. Over the years, this drive me crazy. (see attachment). We are working wit ...
• The Fastest Path to Delphi Localization ARTICLES ::
How to change the captions on [Yes], [No], [Cancel] and similar buttons that appear on dialog and message boxes in Delphi applications. Plus how to personalize error, warnin ...
• Stay Productive with Bug Tracking In this article,Yaron points out how to save hundreds of hours a month in software development with the help of a Bug Tracking tool. He starts with a brief introduction and then explores the different scenarios. Finally, a comparison chart is provided to help you understand the advantage of using th ...
• Tracking XML Data Changes Easily with SDO Service Data Object (SDO) provides developers with an easy-to-implement mechanism for tracking data history at the system level. Learn how to use a Java implementation of SDO to track changes made to XML d ...
• SQL*LDR, DIirect Path load and NOT NULL with default If I have a table, eg:
create table chris (col1 varchar2(3) default 'xyz' not null);
I want to load it with SQL*Loader. If some of the rows have an empty string, the column will be populated with 'xyz' provided I use the conventional path.
I ...
• XNA & Beyond: The Path To VS 2008 The article shows how to embed a XNA-based game into a WinForms control with ease. Also, it explains how to integrate an XNA GS project into VS2008 (this IDE is not currently supported by XNA GS), and in turn, to be able to use WPF with your XNA-based creat ...