Open In App

Types of Static Analysis Methods

Last Updated : 22 Apr, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

Static Analysis of Software :
Static analysis involves a set of methods used to analyze software source code or object code determine how the software functions and establish criteria to check its correctness. Static analysis studies the source code without executing it and reveals a wide variety of information such as the structure of the model used, data and control flow, syntax accuracy, and more.

There are several types of static analysis methods-

  1. Control Analysis :-
    This software focuses on examining the controls used in calling structure, control flow analysis and state transition analysis. The calling structure is related to the model by identifying the calling and call structure. The calling structure can be a process, subroutine, function, or method. Control flow analysis checks the sequence of control transfers. Furthermore, it inefficient constructions in the model. A graph of the model is created in which the conditional branches and model junctions are represented by nodes.


  2. Data Analysis :-
    Ensures proper operation is applied to data objects such as data structures and linked lists. In addition, this method also ensures that the defined data is used properly. Data analysis involves two methods, namely, data dependency and data-flow analysis. Data dependency is necessary to assess the accuracy of synchronization across multiple processors. Data flow analysis checks the definition and context of variables.


  3. Fault/Failure Analysis :-
    It analyzes faults (incorrectly component) and failure (incorrect behavior of model component) in the model. This method uses the input-output transformation description to identify the conditions that are cause for the failure. To determine the failures in certain conditions the model design specification is checked.


  4. Interface Analysis :-
    This software verifies and verifies interactive and distribution simulations to check the code. There are two basic techniques for interface analysis and user interface analysis examines sub model interfaces and determines the accuracy of interface structure. User interface analysis examines the user interface model and for the precautionary steps taken to prevent errors during the user’s interaction with the model. This method also focuses on how accurately the interface is integrated into the overall model and simulation.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads