Which two statements describe advantages of static code analysis over unit tests? (Choose two.)

Posted by: Pdfprep Category: 350-901 Tags: , ,

Which two statements describe advantages of static code analysis over unit tests? (Choose two.)
A . It checks for potential tainted data where input is not checked.
B . It enforces proper coding standards and style.
C . It performs a quick analysis of whether tests will pass or fail when run.
D . It checks for race conditions in threaded applications.
E . It estimates the performance of the code when run.

Answer: BC

Leave a Reply

Your email address will not be published.