How to review the test cases (peer)?What are the key points we have to check?

Questions by G.D.S.Prasad   answers by G.D.S.Prasad

Showing Answers 1 - 18 of 18 Answers

test case review is jest like checking the cases written correctly or not.
the key points in this review is
1.the test case should satisfy the client requirement.
2.the test case should cover all the possible feilds

  Was this answer useful?  Yes

Rashwin

  • Jan 25th, 2007
 

And even we can review the testcase using the checklist

  Was this answer useful?  Yes

Keerthy

  • Jan 30th, 2007
 

we have to check in such a way that all functionalities are covered properly, customer/client requirements are satisfied and verify with the check list.

  Was this answer useful?  Yes

srilathareddy

  • Feb 12th, 2007
 

Once test case document is finished, the document is assigned to the peer for review. peer has to check for the complete coverage, test data, severity and priority, description and reference no etconce peer refines your TCD he sends review comments to you to refine your TCD
In general TCD undergoes 3 types of refinements
1. Peer Review
2. QL Review
3. BA Review

  Was this answer useful?  Yes

Adding to all the above comments...The Reviewer should verify the Positive, Negative
and Integration Test Cases plus all the Integration checkpoints with related modules,...The Test Data can also be verified.,..if ur template has provision.

  Was this answer useful?  Yes

1. check the test cases covers all the functionalities.
2. check for the duplicate test cases.
3. check for the functionality correct in the test case description
4. check that the Test Case Id is in Unique4.
5. Check the Test Steps if any wrong.

  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