Exam CTFL All QuestionsBrowse all questions from this exam
Question 78

What benefits do static analysis tools have over test execution tools?

    Correct Answer: A

    Static analysis tools find defects earlier in the life cycle. These tools analyze the code without executing it, allowing developers to identify and fix issues during the coding phase itself, often before the software is even run. This early detection of defects helps reduce the cost and effort needed to fix problems later in the development process.

Discussion
0b82866Option: A

A is correct