> For the complete documentation index, see [llms.txt](https://abi.gitbook.io/net-core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abi.gitbook.io/net-core/10.-pruebas-de-integracion/10.5-mejorando-tu-codigo.md).

# 12.6 Specflow Mejorando tu código

Como mejora de Specflow puedes:

1. [Definir tus pruebas en español](/net-core/10.-pruebas-de-integracion/10.5-mejorando-tu-codigo/10.5.1-cambiando-las-pruebas-a-espanol.md)
2. [Pasar información en forma de tabla en lugar de paso a paso](/net-core/10.-pruebas-de-integracion/10.5-mejorando-tu-codigo/10.5.2-pasando-tablas-a-nuestras-pruebas.md)
3. [Agregar SQLite para las pruebas](/net-core/10.-pruebas-de-integracion/10.5-mejorando-tu-codigo/10.5.3-probando-con-sqlite.md)
4. [Generando el reporte de tus pruebas con living doc](/net-core/10.-pruebas-de-integracion/10.5-mejorando-tu-codigo/12.6.6-generando-el-reporte-living-doc-de-specflow.md)

Para la base de datos en memoria, puedes utilizar una de SQLite la cual si revisa las llaves foráneas y es mas parecido a alguna base de datos como SQL Server. SQLite es una base de datos sencilla que no requiere que instales nada para utilizarla. También puedes utilizar una base de datos en docker que se cree al momento de crear la imagen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://abi.gitbook.io/net-core/10.-pruebas-de-integracion/10.5-mejorando-tu-codigo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
