Defect Tracking Interview Questions
Defect Tracking Interview Questions
Reporting
1) What is Defect in Software Testing?
A flaw in a component or system that can cause the component or system
to fail to perform its required function, e.g. an incorrect statement or data
definition. A defect, if encountered during execution, may cause a failure
of the component or system.
2) Differentiate Error, Defect, and Failure?
Terminology vary from one phase to another in Software Application Life Cycle
Software Application Life Cycle has 3 phases;
i) Development phase
in Development phase if developers find any mismatch they call it as Error or mistake
ii) Testing phase
In Testing phase if Testers find any mismatch they call it as Defect or Bug or Fault
iii) Production phase
In Production phase if Customers or End Users find any mismatch they call it as Failure
1)
2)
3)
4)
5)
6)
7)
8)
9)
Closed
Etc...
8) What is Defect Management?
The process of recognizing, investigating, taking action and disposing of
defects. It involves recording defects, classifying them and identifying the
impact.
Some companies use Manual Process (Excel workbook), and some
companies use Tool based process for Defect Management.
Tools Examples:
Bugzilla / Issue-Tracker / PR-Tracker/Jira / Quality Center etc...(anyone)
9) What is Defect Management Tool?
A tool that facilitates the recording and status tracking of defects and changes. They
often have workflow-oriented facilities to track and control the allocation, correction and
re-testing of defects and provide reporting facilities.
10) What is Defect Deduction Percentage (DDP)?
The number of defects found by a test phase, divided by the number found by that test
phase and any other means afterwards.
11) What is the Defect Reporting Process?
Defect Reporting Process may vary from one company to another
Defect Reporting Process
-----------------------Defect Reporting Process vary from one company to another.
a) Small scale Company
Tester -> Developer
b) Medium scale Company
Tester -> Test Lead -> Development Lead -> Developer
c) Large scale Company
Tester -> Test Lead -> DTT -> Development Lead -> Developer
12) What is Defect Masking?
An occurrence in which one defect prevents the detection of another.
13) What is Defect Density?
The number of defects identified in a component or system divided by the size of the