CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 26


What is the value of static code analysis?

Show Answer
Correct Answer: B

The value of static code analysis lies in its ability to detect defects early in the development process. Unlike dynamic testing, which requires running the software, static analysis examines the code without execution, allowing developers to find potential problems such as coding errors, violations of coding standards, and other issues that could lead to defects. This early detection helps in reducing the cost and effort required to fix defects later in the development lifecycle.

Discussion

2 comments
Sign in to comment
MthethoOption: B
Feb 17, 2023

B. Early defect detection

laraerfOption: B
Jun 8, 2023

B is correct