Open In App

Defect Triage- a simple process

Defect triage is a simple process that helps the development team to resolve and fix defects simply based on their severity and priority. It is a process to prioritize defects on basis of their severity, risk caused, and frequency of occurrence. 

  1. New : Whenever a defect is identified for first time, this new defect is then added to defect tracking system.
  2. Under Investigation : The team lead then determine or evaluate a defect report whether it is correct or not. Following guidelines are taken into consideration while evaluating a defect report :
    • Defect report format is correct or not?
    • Does this particular defect is reported before or not?
    • Who has identified the defect?
    • What is the cause of defect or how severe the issue is?
  3. Rejected : If the defect report is duplicate, or triage team is not being able to replicate the issue, or proper defect report format is not maintained, then particular defect triage report is rejected.
  4. Confirmed : If all the things are correct then defect report is confirmed and further waits for resolving the issue or defect.
  5. Dev in Progress : In this, the defect is in sprint i.e. defect is under process especially for resolving and fixing defect. In simple words, defect is under resolution.
  6. Released : Finally, defect is completely resolved and fixed.

Rules of Defect Triaging : There are several rules of defect triaging as given below :



Some Challenges that occur during Defect Triaging :

Some Benefits of Defect Triage :



Article Tags :