Skip to main content

Posts

Showing posts with the label What are the defects found in Static Test Analysis?

What are the defects found in Static Test Analysis?

What are the defects found in Static Test Analysis?   Defects found by Static Test Analysis could be: Referencing a variable with an undefined value; Inconsistent interface between modules and components; Variables that are never used; Unreachable (dead) code; Programming standards violations; Security vulnerabilities; Syntax violations of code and software models.