‎2009 Sep 01 8:03 AM
Hi all,
I am new to ABAP environment.Can anyone explain what is meant by unit test plan document and also what is the diff between between code review and peer review.
Thanks in advance
*There is enough material online, pl help yourself. @Others: Answering such questions is discouraged.*
Edited by: Suresh Datti on Sep 1, 2009 10:35 AM
‎2009 Sep 01 8:08 AM
Hi,
Unit test plan:
From a technical point of view , once you complete your development you need to test the objet to ensure it is meeting all the requirements..
For this purpose you prepare a unit test plan. You will have both negative and positive test case in your plan. Execute each case and check whether the output is acheived or not..
Code review.. Once coding is completed you need to review your code to ensure that you have followed all coding stds..
Peer review is code review done by; some one else in your team.
Search SCN for more details
Regards
Ansari
‎2009 Sep 01 8:09 AM
Hi Pavan,
Unit Test Plan : This is the initial testing that is done by developer using the TC given by the Functional Const and the doc prepared is the unit test plan doc.
For each phase there need to review conducted.
Code review: Review that is conducted on Code, this could be peer or self or group review
Peer review: Review done by the Colleague is peer review, this could be at all level of design.
Regards,
Aditya