> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/auditeurs/gestion-des-audits-internes-applications/gerer-les-tests/tous-les-tests.md).

# Tous les tests

Parcourez, filtrez et gérez tous les tests existants.

Utilisez le module **Tous les tests** pour consulter et gérer les tests du système, créés manuellement ou importés depuis d’autres sources.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

***

## Travailler avec les tests

Suivez les étapes ci-dessous pour rechercher, examiner et gérer efficacement les tests.

{% stepper %}
{% step %}

### Filtrer les tests

Utilisez le **Panneau de recherche** pour filtrer les tests affichés dans la grille. Vous pouvez filtrer par :

* **ID de test :** Saisissez l’identifiant unique du test.
* **Nom du test :** Saisissez le nom complet ou partiel du test.

{% hint style="info" %}

#### Actions

* **Filtrer :** Cliquez pour appliquer vos critères et mettre à jour la grille avec les résultats correspondants.
* **Effacer le filtre :** Cliquez pour supprimer tous les filtres et rétablir la liste complète des tests.
  {% endhint %}

***

{% endstep %}

{% step %}

### Gérer les tests

Utilisez les boutons d’action dans la grille pour gérer les tests :

* **Ajouter :** Cliquez pour créer un test. Le formulaire [**Créer un test**](/interfacing-help-files/interfacing-help-files-fr/auditeurs/gestion-des-audits-internes-applications/gerer-les-tests/creer-un-test.md) s’ouvre.
* **Supprimer** ( <i class="fa-trash-can">:trash-can:</i> ) : Cliquez pour supprimer un test.

{% hint style="info" %}
Confirmez la suppression en cliquant sur **Enregistrer les modifications** ou à l’extérieur de la grille. Pour annuler, cliquez sur **Annuler les modifications** ou **Annuler** ( <i class="fa-rotate-left">:rotate-left:</i> ).
{% endhint %}

* **Modifier** ( <i class="fa-pen">:pen:</i> ) : Cliquez pour modifier un test.
* **Afficher** ( ![](https://content.gitbook.com/content/AgpNu7XmgN3Z9B8kIShD/blobs/AqNlzs7uDMyMs5jZOCQo/IMS-KI-L-9.svg) ) : Cliquez pour ouvrir un test en lecture seule.

***

{% endstep %}
{% endstepper %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/auditeurs/gestion-des-audits-internes-applications/gerer-les-tests/tous-les-tests.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.
