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

Difference between Unit testing and Integration testing

Former Member
0 Likes
9,921

Hi all,

What are all the differences between Unit testing and Integration testing in SAP Projects?

Thanks in advance,

Srini

View Entire Topic
Former Member
0 Likes

Hi,

Integration testing: Testing the set of all integrated modules is called as Integration testing it takes place in the development area

System testing: Its takes place in the Client environiment That means it takes in the black box testing it covers all the functionalities

Unit Testing: Testing each module is called unit testing it takes place in the development area

Regards,

Srini Nookala