0 votes
in Testing by
What is Integration Testing?

1 Answer

0 votes
by
Integration Testing : It focuses on testing interactions across related units.

These tests are still run in isolation in order to overcome inputs from outside or other units.

The inputs required from outside units are simulated.
...