Integration Testing objectives - Basic concepts of Software Testing

Q.  What are the objectives of Integration Testing?
- Published on 13 Aug 15

a. To verify that system is functioning according to specified requirements.
b. To verify that system meets user expectation and needs.
c. To verify that system separately testable modules are functioning properly.
d. To verify that interfaces between different parts of system.
e. All of the above

ANSWER: To verify that interfaces between different parts of system.
 

    Discussion

  • Prajakta Pandit   -Posted on 17 Nov 15
    - Integration testing tests the integration or interfaces between the components.

    - It occurs after unit testing and before validation testing.

    - The objective of integration testing is to verify the interfaces between different parts of the system.

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

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

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.)