# Test Results

Once you have run your test from CLI, you will be able to view the result from the dashboard itself. When you go to your service, it will be visible in 'Test Results'.

<figure><img src="/files/CYnxmTsdUAsWoAhtkkEj" alt=""><figcaption></figcaption></figure>

## Types of Results

These results have been categorized in five different ways. These are:-

* **Total Requests:** This is the list of all the requests run in a test.
* **Failed Requests:** Requests with regressions in response or outbound calls.
* **Passed Requests:** Requests with no regressions in response or outbound calls.
* **Mock Not Found:** It means that an outbound call was made by the application in the Replay Mode, however, in record mode no such outbound call was seen by HT.
* **AI Matched Mocks:** When HyperTest AI finds an outbound call during replay that does not have an exact same outbound call in Record, it matches it with one closest in schema to avoid Mock not founds.

You can open each one of these results and check for any regression or unusual behavior in your application.

&#x20;


---

# 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://docs-v2.hypertest.co/setup-guide/interpreting-test-results/test-results.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.
