# ¿Cómo hacer pruebas de integración?

La prueba de integración es la prueba de la integración de varios componentes que han sido probados unitariamente. La integración es costosa y se refleja en las pruebas. Debes incluir tiempo para esto en tus estimaciones y tu cronograma.

Idealmente, deberías organizar un proyecto de manera que no haya una fase al final donde la integración deba tener lugar explícitamente. Es mucho mejor integrar gradualmente las cosas a medida que se completan a lo largo del proyecto. Si no se puede evitar, estima cuidadosamente.

Siguiente [Idiomas de comunicación](/how-to-be-a-programmer/es/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/es/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.
