Static Testing
Static Testing
Static analysis is where the code developed by developers is evaluated. It is done to find
structural defects that may lead to errors.
Static code analysis can be done both either manually or through automation with the use of
various software testing tools.
Some of the tools which can be used for static analysis of code are:
• Checkstyle
• Clang
• Find Bugs
• JArchitect
• JTest
• Sonarqube
• Soot
• Source meter
• Thread Safe
Types of Static Analysis