QuestionQ54
Software Defect PreventionYour root cause analysis has revealed that most of the defects found in production occurred in areas of the system that received little or no testing. These areas had been treated as low priority by the testing team because there was no expectation that they would ever change. Further investigation showed that these areas actually were changed by developers while they were implementing features in other parts of the system and fixing other defects.
What action can you take to help prevent this situation from recurring in the future?
- A Keep the Defect Detection Percentage low
- B Conduct a test gap analysis to see if the testing is exercising the areas of the code that have changed
- C Look at the defect arrival pattern to target the defect cluster areas and target the testing at those areas
- D Analyze the root causes of the defects to determine how the defects were introduced into the system and implement process changes as needed
Community Discussion