Dynamic Analysis Tools are used to:

Dynamic Analysis Tools are used to:
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.

Answer: C

Explanation:

Dynamic analysis tools are used to find defects, such as memory leaks, while software is executing. Dynamic analysis tools monitor the behavior and performance of the software under various conditions and report on any anomalies or errors. Dynamic analysis tools are not used to determine differences between files or databases, which is a function of comparison tools. Dynamic analysis tools are not used to measure the percentage of specific types of code structure that have been exercised, which is a function of code coverage tools.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments