What is integration testing? Why we are going for integration testing. If we will not perform integration testing, then what consequences we will face?
Answers
Answered by
0
Answer:
Explanation:
Integration testing is done to test the modules/components when integrated to verify that they work as expected i.e. to test the modules which are working fine individually does not have issues when integrated.
When talking in terms of testing large application using black box testing technique, involves the combination of many modules which are tightly coupled with each other. We can apply the Integration testing technique concepts for testing these types of scenarios.
Answered by
0
Answer:
integration testing is done to test the moduls/component when integrated to verify that they work has expected test drivers and test stubs are used to assist in integration testing .
Similar questions