Integration Testing goal - Basic concepts of Software Testing

Q.  The goal of Integration Testing is to find defects in communication between two modules rather than seeing if modules are working correctly.
- Published on 13 Aug 15

a. True
b. False

ANSWER: True
 

    Discussion

  • Prajakta Pandit   -Posted on 17 Nov 15

    - The above statement is true.

    - Integration testing between two modules of code is written by two different developers, where only the interfaces are exposed for test.

    - The purpose of integration testing is to verify functional, performance and reliability requirements placed on the major design items.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)