CT-AI · Question #158
Which statement regarding AI for defect prediction is correct?
The correct answer is A. AI-based defect prediction is most effective when based on previous similar constellations. Section5.3 - AI Support for Defect Predictionof the ISTQB CT-AI syllabus explains that AI-based defect prediction models rely onhistorical patterns, including past defects, code behavior, and similar system configurations. ML models trained on prior defect data can…
Question
Which statement regarding AI for defect prediction is correct?
Options
- AAI-based defect prediction is most effective when based on previous similar constellations.
- BAI-based defect prediction can detect whether defects exist but not where.
- CAI-based defect prediction is most effective when based on source-code metrics such as
- DAI-based defect prediction is based on formal principles and requires only a few factors.
How the community answered
(31 responses)- A77% (24)
- B13% (4)
- C6% (2)
- D3% (1)
Explanation
Section5.3 - AI Support for Defect Predictionof the ISTQB CT-AI syllabus explains that AI-based defect prediction models rely onhistorical patterns, including past defects, code behavior, and similar system configurations. ML models trained on prior defect data can identifycomponents likely to contain defectswhen new changes resemble previous defect-inducing patterns. This directly supports Option A, which states that defect prediction is most effective when based on previous similar constellations.
Topics
Community Discussion
No community discussion yet for this question.