Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

integration testing

Former Member
0 Likes
515

what is integration testing? what is the method to do that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

an act or instance of combining into an integral whole.

3 REPLIES 3
Read only

Former Member
0 Likes
492

an act or instance of combining into an integral whole.

Read only

Former Member
0 Likes
491

Hi,

Integration testing is being done by functional peoples after deliverables by the developer to test whether its working up to the point and after itegrating this module with any other module,what r the erros generating.

. what is integration processes and integration scenario? and the functionality of these??

/people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi

/people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario

http://help.sap.com/saphelp_nw70/helpdata/en/ae/fb72dc1d0fbf4391fba23b7e8a0d55/frameset.htm

\[removed by moderator\]

Regards,

Raj.

Edited by: Jan Stallkamp on Jun 10, 2008 1:43 PM

Read only

Former Member
0 Likes
491

There are various levels of testing.

Line Unit Testing, Integration Testing, User Acceptance Testing etc.

In Unit Testing, you test one individual Module.

In Integration testing all modules are integrated and testing is done. Its is checked that all modules who are dependent on each other are working properly.

User Acceptance Testing is done by the End User