> For the complete documentation index, see [llms.txt](https://docs.elentra.org/technical/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elentra.org/technical/developers/troubleshooting/testing-with-codeception/integration-testing.md).

# Integration Testing

An integration test is an automated script designed to verify whether a section of the codebase (a 'unit') behaves as intended using external dependencies. Often these are used as 'end to end' tests (ie: testing an endpoint) but are not limited to that scope of testing. Think of it as 'how does my code integrate with other resources?'
