cancel
Showing results for 
Search instead for 
Did you mean: 

Unit Testing & Integration Testing

Former Member
0 Kudos

hi to all....!

Can any one tell me what exactly Unit Testing & Integration Testing?

regards

Roddick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

When you test any thing specifically in sales ,

for example, you have maintianed a tax condition, you are testing whether the newly created condition is picking up in the order or not? whther it is flowing into the billing docuemtn or not? ...etc... this is want you called your unit testing. You are only checking in your area.

The same tax scenario, you are checking with the finance consultant, whther the tax values are flowing into accounting correctly, or tax code is showing in the accounting document correctly or not...etc.. in this you are checking the impact of your changes in the other process areas, that is called integration testing.

I know this example is very simple, hope you understand the concept.

Prase

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Dear Roddick

Assuming that you are in SD, if you test a particular scenario related to SD process, it is called unit testing.

If you along with your colleagues in other module test a scenario fully ie.from creating sale order till payment realisation, it is called integration testing.

thanks

G. Lakshmipathi

Former Member
0 Kudos

hi,

Unit testing : You are testing pertaining to your SD module ( config and other business requirment related to SD only ) .

Integration tesing : You are testing SD along with other modules which comes on your way during testing , say like MM , FI , PP .. etc .

ex : During billing or PGI , accounting document is created , FI person has to certify that all GL posted correctly

saravanan