Integration
Testing
• Testing
the Integration of multiple units / modules
– The
objective is to test the application that is built by integrating the unit
tested components
– This
tests interfaces between components, interactions with different parts of a
system such as O.S, hardware and interfaces between systems.
– Testers
should concentrate solely on integration itself and not functionality of the
individual modules to be integrated.
• Performed
by the Developer / Tester
• Various
approaches to Integration Testing could be :