Integration Tests
← Back to Testing Pyramid
Test interactions between components. Moderate speed, moderate quantity. Integration tests verify that components work together correctly, catching issues like incorrect wire formats, database query errors, and API contract violations.
Key Properties
Related
- Unit Tests (lower level)
- End-to-End Tests (higher level)