Latest Answer : Defect Life Cycle : when the defect was found by tester, he assigned that bug as NEW status. Then Test Lead Analysis that bug and assign to developer OPEN status. Developer fix the bug FIX status. Then tester again test the new build if the same error ...
Latest Answer : Defect Tracking is nothing but tracking the status of the Bug. Once a bug is raised, the status is open, if the bug is fixed, then the status is resolved and after regressing if the defect is not existing, then it will be closed and the status will be ...
Latest Answer : As far as the life cycle goes( bug & defect) both follow the same life cycle.However Bug and defect are not same.Bug is a faultmistake in a program which that prevents it from behaving as intended Defect is non compliance to the requirement. ex: ...
Latest Answer : Software that does not have any defects (ie zero bugs) can be called as Zero defect.Actually speaking, we cannot say a software is a "zero defect" application. Might be,remaining bugs are undiscovered. Thats all.So, normally a terminology is ...
Latest Answer : Defect matrix is to trace the no of defect raised with no of defect been fixed. For example the defect matrix would look like this Severity1Severity2Severity3Severity4No of bugs raised4101220Bugs fixed48720 ...
Latest Answer : Defect Leakage: Total Number of Defects rejected/reopened by client after delivery. ...
Latest Answer : Number of defects found in single module is know as defect density. ...
what is defect trucking? what are the tools for trucking the bug in real time?
Latest Answer : Is it Defect Tracking which your talking about.If yes, It means logging and maintaining bugs through a tool.Tools which are used for defect tracking are Bugzilla( Famous( because its free)), Quality Center. ...
Define the Term Defect Seeding.
Latest Answer : Defect seeding is the process of introducing known defect in the build which is ready to go for testing. So developers knowingly introduce a defect, which will automatically occure after a certain time. Purpose of defect seeding is to determine whether ...