> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-reports-section/features-in-report-section-1/re-run-failed-test-cases/re-run-the-failed-test-cases.md).

# Re-running the Failed Test Cases

To Re-run the failed Test Cases in Avo Assure we have two ways

* [**Reports Tab**](#re-run-failed-test-case-from-reports-tab)
* [**Execution Tab**](#re-run-failed-test-case-from-execution-tab)

### **Re-Running Failed Test Case from Reports Tab**

1. Navigate to **Reports tab** and click on **Re-Run Test Case** option beside the Test Case Summary column, the failed test case pop-up will appear

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

2. Select **Failed Test Case** from the table which needs to execute again and Click on **Re-Run** button

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

3. The Execution Now pop-up appears. Select the desired options and enable the **Re-Run Failed Test Case** toggle button located below, and set the **Re-run Count** (any value between 1 to 5)

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

4. Click on **Execute** button

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

### **Re-running Failed Test Case from Execution Tab**

Navigate to Execution on Client page then click below link\
[Execution on Client](/avo-assure/create-and-execute-tests-with-design-studio/working-with-execution-section/execute-execution-list/execution-through-client-agent-grid.md)

### Example

**Let’s say a test execution gave the following results:**

| **Test Case**          | **Result** |
| ---------------------- | ---------- |
| TC\_01 (Fund Transfer) | Failed     |
| TC\_02 (Loans)         | Passed     |

The **Re-run Failed Test Cases** option is enabled, and the rerun count is set to 3.

* Only **TC\_01 (Fund Transfer)** will be rerun because **TC\_02 (Loans)** already passed.
* If **TC\_01 (Fund Transfer)** continues to fail, it will be retried up to 3 times.
* The final report will show the latest result of **TC\_01 (Fund Transfer)** after the reruns.


---

# 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.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-reports-section/features-in-report-section-1/re-run-failed-test-cases/re-run-the-failed-test-cases.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.
