What is the value of static code analysis?
What is the value of static code analysis?
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.
B is correct
B. Early defect detection