Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

About unit test plan document

Former Member
0 Likes
436

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

2 REPLIES 2
Read only

Former Member
0 Likes
399

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

Read only

Former Member
0 Likes
399

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