cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hello 2 all,

what is the diff bet unit and integration testing? in sap what is unit teesting consists of and integration testing consists of what?

is this the work of test engineers r whose work is this?

take care

love ur parents

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Sameer,

<b>Unit Testing</b> means testing Your Object as a unit, with out considering any dependencis of other objects;

Testing the object for the functionality and testing with some test cases , testing the output based on the various inputs.

<b>Integration Testing:</b> testing the object w.r.t to other modules also;

if the data into your object is related to other modules, if the change in business scenario in one module is going to effect in other modules, so the integration between the functionality of all objects will be checked.

After the required Configurations and Customizations are done, the testing is done by the functional consultants to see if it is in line with the business requirement. Found good, the end users also test it in the test server. Then they are moved to the production system.

Please reward if useful.

Thanks & Regards

Sadhu Kishore