ISQI Certified Tester Foundation Level — Question 34

Dynamic Analysis Tools are used to:

Answer options

Correct answer: C

Explanation

The correct answer is C because Dynamic Analysis Tools are specifically designed to identify defects in software as it runs, including memory leaks. Options A and B describe other types of analysis, while D relates to code coverage analysis, which is not the focus of dynamic analysis.