cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unit Testing

Former Member
0 Likes
7,799

What is unit testing in SAP ?

How it is done?

Please give me an example in MM of any unit testing scenario?

View Entire Topic
Former Member
0 Likes

HI,

Testing a object may involve all or most of the following steps.

Step 1) Code walk through by lead. He would look at your code and si=uggest changes if any.

Step 2) Unit testing by yourself(According to the test cases )

step 3) Initial testing by third person.

Step 4) Final Testing by the third person.

Step 5) Testing by QA team .

Step 6) Testing by the user.

Unit Testing is a term normally used by testers and found in Software Engineering text books :). It means you have a small unit or say, a MODULE, a part of a huge project that needs to be tested. In a scenario of a big running project, the developers carry out unit testing on each module of the huge Project and the Integrate all the modules and test it as one.

Unit testing needs Test Cases and Test Data.

Also see this link

reward if it helps

rb

Edited by: rb bh on Jan 8, 2008 11:09 AM