- Static analysis tools are generally used by developers as part of the development and component testing process. The key aspect is that the code (or other artefact) is not executed or run but the tool itself is executed, and the source code we are interested in is the input data to the tool. [Read more…] about What is Static analysis tools in software testing?
static analysis
What is static analysis?
- Performed on requirement design or code without actually executing the software or before the code is actually run.
- Goal of static analysis is to find the defects whether or not they may cause failure.
- Static analysis find defects rather than failures.