| |
GeekInterview.com > Interview Questions > Testing > Testing Basics
| Print | |
Question: Types of Reviews
Answer: What are the different types of reviews and explain? |
| February 02, 2009 00:08:04 |
#4 |
| srinivasulub1981 |
Member Since: December 2005 Total Comments: 373 |
RE: Types of Reviews |
Review: It's a process which evaluates the documentation or work in the project
Categories:
Peer review: Done by colegues or by TL
Management Review: Done by the management person to study the project, to allocate the resources, to vefity the quality of project and to discuss the project contractuals, etc.
Audit Review: One or more than one person belongs to 3rd party ( not belonging to company) will do this review to evaluate the specifications, standars, docs, etc.
Types:
Code review: Done by dev lead, here he can evaulate the piece of code done by his team member.
Inspection : It is a very formal type of peer review where the reviewers are following a well-defined process to find defects. Walk through : It is a form of peer review where the author leads members of the development team and other interested parties through a software product and the participants ask questions and make comments about defects. Technical Review: It is a form of peer review in which a team of qualified personnel examines the suitability of the software product for its intended use and identifies discrepancies from specifications and standards.
Srinivas |
| |
Back To Question | |