Static Testing: Testing of a software without executing the code.
- Review – Typically used to find and eliminate errors or ambiguities in documents such as requirements, design, test cases, etc.
- Informal Review
- WalkThrough
- Technical Review
- Inspection
- Static Analysis – The code written by developers are analysed (usually by tools) for structural defects that may lead to defects.
- Static Analysis
- Data Flow
- Control Flow
0 Comments
If you have any doubts,please let me know