# 12. Pruebas de integración

Las pruebas de integración se realizan después de que se pasaron todas las pruebas unitarias y lo que busca es que la aplicación funcione bien ya con objetos mas reales por ejemplo puedes probar que un archivo exista en el disco duro, para detectar algún error ya con los objetos reales utilizados por el sistema.

Aquí probare la llamada a los servicios, los cuales prueban en conjunto todas las reglas que tiene cada servicio. Se realizan menos pruebas de integración

Aquí probare con el servicio de pruebas de Microsoft **MSTest** y con **Specflow** el cual te permite probar tus pruebas con un lenguaje mas claro para los usuarios llamado Gherkin


---

# 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://abi.gitbook.io/net-core/10.-pruebas-de-integracion.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.
