Explain steps for doing integration testing? When does it come into picture?

Showing Answers 1 - 3 of 3 Answers

Rajesh

  • Aug 10th, 2006
 

Integration testing comes after we've done unit & module testing the actually

we've to test,

interface between modules ie links between units

functionality of every objects in the application 

  Was this answer useful?  Yes

saru

  • Sep 26th, 2006
 

After completion of unit testing done by the developers, it sent to configaration management for integrating all unit components to create a new bulid or Application

  Was this answer useful?  Yes

grieve.noel

  • Feb 16th, 2008
 

Hi Rajesh,

From your comments , I understand you are talking about Unit testing and Component testing before integration testing.

My question is when we perform module(component) testing before integrating. How many cycles you need for component testing and for Integration testing.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions