Posted by: Pdfprep
Post Date: November 23, 2020
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