> For the complete documentation index, see [llms.txt](https://docs-it.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-it.docbits.com/administration-and-setup/workflow/test-manager.md).

# Test Manager

Il **Test Manager** ti consente di salvare **scenari di test** riutilizzabili per i tuoi workflow ed eseguirli insieme, così puoi verificare che un workflow continui a comportarsi correttamente dopo averlo modificato. Funziona sia per i workflow Standard sia per quelli Avanzati.

Aprilo da **Workflow Dashboard → Test Manager List**.

<figure><img src="/files/oUUK20MC7nQZOVtD4qCk" alt="Test Manager List con scenari di test, stato e Run All Tests"><figcaption><p>La Test Manager List: ogni scenario salvato mostra un esito superato/fallito.</p></figcaption></figure>

## Che cos'è uno scenario di test

Uno scenario di test cattura un workflow, un input di esempio e il **risultato atteso**. Quando lo esegui, il Test Manager riproduce il workflow su quell'input e confronta il risultato con quanto ti aspettavi, colorando la riga di **verde** (superato) o **rosso** (fallito).

## Lavorare con gli scenari

* **Add Test Scenario** — crea un nuovo scenario a partire da un workflow e da un documento di esempio.
* **Run All Tests** — esegui tutti gli scenari contemporaneamente e vedi a colpo d'occhio quali workflow continuano a superare il test.
* **View Details** — apri uno scenario per esaminarne il risultato.

<figure><img src="/files/gsxWSfvIDgyo1wmHPcNo" alt="Dettagli dello scenario di test del workflow con stato, tempo di esecuzione e dati"><figcaption><p>Dettagli dello scenario: nome, stato, tempo di esecuzione e i dati effettivi ed estratti prodotti dall'esecuzione.</p></figcaption></figure>

La vista dei dettagli mostra il nome dello scenario e lo **stato**, il **nome del workflow**, il **tempo di esecuzione** e i dati **effettivi** ed **estratti** prodotti dall'esecuzione, così puoi vedere esattamente perché uno scenario è stato superato o è fallito.

## Test Manager rispetto al testing nel builder

Sono due cose diverse:

* **Test Manager** (questa pagina) — scenari *salvati e ripetibili* con risultati attesi, eseguiti insieme con **Run All Tests**. Usalo per i test di regressione dopo le modifiche.
* **Testing nel builder** — i controlli inline **Validate** e **Test** all'interno del builder dei Workflow Avanzati, per verifiche rapide mentre stai costruendo. Vedi [Validazione e Testing](/administration-and-setup/workflow/advanced-workflow-builder/validation-and-testing.md).


---

# 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://docs-it.docbits.com/administration-and-setup/workflow/test-manager.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.
