Answered Questions

  • Integration testing

    Who is resposible for integration testing?

    Star Read Best Answer

    Editorial / Best Answer

    surendra_kumar  

    • Member Since Nov-2006 | Jun 11th, 2008


    it is not just the developer OR the Tester is responsible for integration testing, Both of them are equally responsible according to their responsibilities. The developer who writes the code is responsible for performing the integration of modules w.r.t. code ( should be understood as part White Box Testing ) Then after checking the modules for their integration it will be passed on to the Q.A. team, Here it will be the responsibility of the Q.A. team to check the integration b/w the modules according to the requirement specifications.

     

    manii17k

    • Oct 13th, 2010

    Don't worry about integration testing but u need to have idea about tht basically integration testing is done by white box test engg (developers )but as a black box test engg u need to have that idea .

  • What is difference between Validation and Verification

    jaya

    • Jan 5th, 2013

    VERIFICATION: It is process oriented. whether the product is built right. It is done each phase from starting itself VALIDATION: It is product oriented. ...

    Abraham

    • Nov 19th, 2012

    Verification is basically done when it is a written document/code/etc i.e. that is checking whether we have done it in the right way/ are we building product right. Validation is done basically when ...