GeekArticles
Testing
Testing MethodsSelecting A Defect Tracking Tool
Author: qacity.com |
Published: 12th Aug 2005 |
Visited: 362 times |
Add CommentFiled in: Testing MethodsIf you've been nominated by your team to shop around for a defect management solution, you'll appreciate the helpful management, security, and technical considerations discussed in this article. Hung Q. Nguyen's guidelines will assist you in identifying the defect tracking tool that best serves your organization's needs.
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 ...
• Structure Pane needs tool tips QC#: 11428 Version: 10.0 Status: Closed defect, no action required Resolution: Bug is a duplicate (must note dup bug #) Description: Nodes with long captions in the Structure Pane should have in-place tool tips so that when we hover the cursor over th ...
• CodeSnip: Selecting nth Highest Value of a Column Using Oracle In ths code snippet, Deepankar demonstrates how to select the nth highest value of a column from any table in an Oracle database. He begins by introducing a SQL query and providing a short explanation about it. The final sections of the article examine how to perform validation in two different code ...