# Как проводить интеграционное тестирование

Интеграционное тестирование - это совместное тестирование отдельных компонентов, которые прошли до этого юнит-тестирование. Интеграция обходится дорого, и это выясняется при тестировании. Вы должны включать время на интеграционное тестирование в свои оценки затрат и в график работ.

В идеале вы должны организовать проект таким образом, чтобы в конце не было отдельного этапа, где явным образом должна происходить интеграция. Гораздо лучше постепенно интегрировать компоненты по мере их завершения в ходе проекта. Если такой этап неизбежен, тщательно оцените временные затраты на него.

Следующее: [Communication Languages](/how-to-be-a-programmer/ru/2-intermediate/personal-skills/09-communication-languages.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/08-how-to-do-integration-testing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
