Integration Testing objectives - Basic concepts of Software Testing
Q. What are the objectives of Integration Testing?- Published on 13 Aug 15a. 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.