What is peer review

Questions by nag1380

Showing Answers 1 - 13 of 13 Answers

KRISHNAMURTHY

  • Jul 20th, 2011
 

Peer review is a process used for checking the work performed by one's equals (peers) to ensure it meets specific criteria. Peer review is used in working groups for many professional occupations because it is thought that peers can identify each others errors quickly and easily, speeding up the time that it takes for mistakes to be identified and corrected.

In software development, peer review is sometimes used in code development where a team of coders will have a meeting and go through code line by line (even read it aloud possibly) to look for errors. Generally, the goal of all peer review processes is to verify whether the work satisfies the specifications for review, identify any deviations from the standards, and provide suggestions for improvements.

  Was this answer useful?  Yes

Rajkumar

  • Aug 23rd, 2011
 

Peer review is a one to one review to check whether its satisfied all the condition in requirements, its one step before the review.

  Was this answer useful?  Yes

karti

  • Aug 24th, 2011
 

Peer review is a process of self-regulation by a profession or a process of evaluation involving qualified individuals within the relevant field. Peer review methods are employed to maintain standards, improve performance and provide credibility.

  Was this answer useful?  Yes

Sapna

  • Aug 29th, 2011
 

Apart from above answers, it is cost effective, informal and unbiased way of detecting defects within the system/app under test.

  Was this answer useful?  Yes

adder

  • Sep 5th, 2011
 

In peer process , one test engineer write test cases and he sends it to the test lead. Now test lead appoint another test engineer to review the test cases. While reviewing the test cases he check whether--
1. All possible scenarios are covered or not?
2. The flow of test cases are good or not? so that it takes less time while executing the test cases.
3. test cases are simple to understand or not?
4 test whether proper navigation steps are there or not?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions