Software QA Testing Question:

Explain Code inspection?

Tweet Share WhatsApp

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.

Read All 251 Software QA Questions
Previous QuestionNext Question
Explain Smoke testing?Explain Code walkthrough?