on ‎2008 Jan 08 10:05 AM
What is unit testing in SAP ?
How it is done?
Please give me an example in MM of any unit testing scenario?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 57 | |
| 29 | |
| 21 | |
| 11 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.