# Integration Tests

Test components belonging to multiple layers and usually involves external resources.

May use Stubs, Mocks, to avoid the use of low-level layers.

{% hint style="info" %}

* Usually cover the **application layer**. *(**Use Cases**)*
* The objective is to test the application layer and inner layers. *(Not outside layers)*
* More expensive.
  {% endhint %}
