Testing that verifies multiple components or services work together correctly. Unlike unit tests, integration tests exercise real dependencies such as databases, APIs, or message queues. Interview topics include test environment management, contract testing, and the testing pyramid.