Software QA Testing Question:

Explain Code inspection?

Software QA Interview Question
Software QA Interview Question

Answer:

A manual [formal] testing [error detection] technique where the programmer reads source code, statement by statement, to a group who ask questions analyzing the program logic, analyzing the code with respect to a checklist of historically common programming errors, and analyzing its compliance with coding standards. Contrast with code audit, code review, code walkthrough. This technique can also be applied to other software and configuration items.


Previous QuestionNext Question
Explain Smoke testing?Explain Code walkthrough?