What is the function or purpose of Defect life cycle?
- A. A testing approach that examines code, documentation, or requirements without executing the program.
- B. Two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built.
- C. A formal document that outlines the scope, approach, resources, and schedule of testing activities for a project.
- D. The series of stages a software bug goes through from initial discovery to final closure. ✓
Correct answer
D. The series of stages a software bug goes through from initial discovery to final closure.
Explanation
Defect life cycle refers to the series of stages a software bug goes through from initial discovery to final closure.