Submitted Questions

  • Integration testing for multiple applications

    I appeared for an interview and interviewer asked me the below question, pls answer ASAP :If you have 2 modules (applications) and you need to do integration testing , how will you proceed i.e how will you create test cases ..you may answer using any example

    Sandeep Kumar

    • Jun 14th, 2014

    Integration testing is done between the module, means what will be the impact of one functionality to others.

    Ex:- suppose IN Gmail inbox is one module and sent box is one module. If we sent any mail then it must show in the sent item this the integration testing.

    Siji

    • Feb 7th, 2014

    Integration testing mainly meant for writing test cases for integrated components not individuals and the interface between two componets/applications. If your application has only two components, A&B...