> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/previous-releases/isd-3.12/data-and-intelligence-module-autopilot/autopilot/test-verification/analyze-test-runs.md).

# Analyze Test runs

The test verification feature allows you to analyze the performance of the test runs. Let's see how the test verification helps you to do so.

To view the Summary view of the test run for an application follow the steps below:

1. Click **Continuous Verification** and select **Test Verification** in the navigation menu as shown below:

![](/files/j7zfmhRe6x4a31cRnURK)

2\. The Test Verification Summary view will appear as shown below:

![](/files/22CEysL2ldnXtXeibq4N)

In the above screen you can select the application for which you want to view the test run and also you can select from the **Select Test Application drop-down**. The detailed view of the test run will look like as shown below:&#x20;

![](/files/FuZX0IJ9dmF9to9knfBy)

In the above screen you can do the following:

* Click the Select Test Application drop-down to select the application.
* Click the Select Test Run drop-down to select the test run.
* Click the Select Test Service drop-down to select the service.

The Test Case details table has the following information:

* Test Case - This column shows the exact test case which has failed.
* Test Suite - This column shows the test suite which has failed.
* Baseline Time - This column shows the time taken by the baseline to complete the test run.
* New Time - This column shows the time taken by the latest release to complete the test run.
* Status - This column shows the status of the test run.&#x20;
* Failure Cause - This column shows the cause of the test run failure.
* Comment - This column shows any comment for the test run.&#x20;


---

# 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.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/previous-releases/isd-3.12/data-and-intelligence-module-autopilot/autopilot/test-verification/analyze-test-runs.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.
