Static Analysis Tools - Features,Properties

Q.  What is true regarding Static Analysis Tools?
- Published on 30 Jul 15

a. It compares actual and expected result.
b. It can detect memory leaks.
c. It gives quality information about code without executing it.
d. It tell about percentage of a code coverage.

ANSWER: It gives quality information about code without executing it.
 

    Discussion

  • Prajakta Pandit   -Posted on 03 Nov 15

    - Static analysis is the analysis of program code.

    - It is a method of computer program debugging that is done by examining the code without executing the program.

    - It provides an understanding of the code structure.

    - It helps to ensure that the code adheres to industry standards.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)