ISQI Certified Tester Foundation Level — Question 34
Dynamic Analysis Tools are used to:
Answer options
- A. Determine differences between files or databases.
- B. Monitor and report on how a system behaves under a variety of conditions.
- C. Find defects, such as memory leaks, while software is executing.
- D. Measure the percentage of specific types of code structure that have been exercised.
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.