Integration Test

Test that encompasses more components than a unit test.

There is no hard definition for what makes a unit test versus an integration test. However, one of the primary goals of an integration test is to test how the different components or services interact with each other.

Further Reading