Techniques of Static Testing (JNNC Technologies)


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

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();