GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  Common

 Print  |  
Question:  Integration testing

Answer: Who is resposible for integration testing?


September 09, 2008 03:05:16 #10
 santy7in   Member Since: July 2008    Total Comments: 3 

RE: Integration testing
 

If you see broadly complete project team is responsible for Integration testing.

Different team will develop different modules and the integration team (Developers) will integrate and sends it for testing.

Finally Testing team will check for interfaces, UI, functionality of the application.

In case if any modules are pending then that corresponding team will prepare Mock objects and sends it to integration team(Developers) or Integration team itself will developer Mock objects.

     

 

Back To Question