Testing is one of
the important aspects of code to identify various issues that can occur while
running the code. At the same time it is necessary to examine the code quality
while moving the code to production.
Static analysis also called
as static code analysis is a method of debugging that is done by examining the
code without executing that. This allows developers a better understanding of
the code structure and can help developers to ensure that the code adheres to industry
standards. The main advantage of the static analysis is that it reveals errors
that do not occur until months and years of application running. It is said
that the static analysis is only a first step in a comprehensive software
quality-control regime.
Sonar is one Such tool that provide us with the features of the Static Code analysis
Sonar - Installation
No comments :
Post a Comment