> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/documentation/documentation-fr/ressources-dintegration/testing-data.md).

# Données de test

### Vue d’ensemble

Utilisez ComplyCube [Sandbox](https://docs.complycube.com/api-reference/sandbox-and-live) pour simuler des réponses de service spécifiques lors des tests.

### Scénarios de test <a href="#test-scenarios" id="test-scenarios"></a>

<table><thead><tr><th width="180.72265625">Ressource</th><th>Scénario</th><th>Déclencheur</th></tr></thead><tbody><tr><td>Sessions de workflow</td><td>Retourner <code>clair</code> comme résultat.</td><td>Par défaut.</td></tr><tr><td>Sessions de workflow</td><td>Retourner <code>attention</code> comme résultat.</td><td>Exécutez une session de workflow sur un client portant le nom de famille '<strong>attention</strong>'.</td></tr><tr><td>Tous les contrôles</td><td>Retourner <code>clair</code> comme résultat.</td><td>Par défaut.</td></tr><tr><td>Tous les contrôles</td><td>Retourner <code>attention</code> comme résultat.</td><td>Exécutez un contrôle sur un client portant le nom de famille '<strong>attention</strong>'.</td></tr><tr><td>Tous les contrôles</td><td>Retourner <code>non traité</code> comme résultat.</td><td>Exécutez un contrôle sur un client portant le nom de famille '<strong>échoué</strong>'.</td></tr><tr><td>Profil de risque</td><td>Retournez le score de risque global de <code>faible</code>.</td><td>Ajoutez un <strong>adresse</strong>, <strong>nationalité</strong>, <strong>pays de naissance</strong>, ou <strong>pays d'incorporation</strong> à un client.</td></tr><tr><td>Profil de risque</td><td>Retournez le score de risque global de <code>moyen</code>.</td><td>Ajoutez un <strong>adresse</strong>, <strong>nationalité</strong>, <strong>pays de naissance</strong>, ou <strong>pays d'incorporation</strong> à un client avec un deuxième prénom '<strong>risque moyen</strong>'.</td></tr><tr><td>Profil de risque</td><td>Retournez le score de risque global de <code>élevé</code>.</td><td>Ajoutez un <strong>adresse</strong>, <strong>nationalité</strong>, <strong>pays de naissance</strong>, ou <strong>pays d'incorporation</strong> à un client avec un deuxième prénom '<strong>à haut risque</strong>'.</td></tr><tr><td>OTP (E-mail et SMS)</td><td>Retournez un résultat de vérification OTP réussi.</td><td>Utilisez "123456" comme OTP.</td></tr><tr><td>Photos en direct</td><td>Retournez une réponse HTTP <code>200 OK</code> réponse.</td><td>Par défaut. Réalisé uniquement via l'API.</td></tr></tbody></table>


---

# 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.complycube.com/documentation/documentation/documentation-fr/ressources-dintegration/testing-data.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.
