# Re-run the failed Test Cases

To Re-run the failed Test Cases in Avo Assure we have two ways&#x20;

* [**Reports Tab**](#reports-tab)
* [**Execution Tab**](/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-execution-section/features-in-execution-section/re-run-failed-testcase.md)

### **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. &#x20;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-run failed Test Case from Execution Tab**

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

### Example &#x20;

**Let’s say a test execution gave the following results:**&#x20;

| **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.&#x20;

* Only **TC\_01 (Fund Transfer)** will be rerun because **TC\_02 (Loans)** already passed. &#x20;
* 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: 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.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-reports-section/features-in-report-section/re-run-failed-test-cases/re-run-the-failed-test-cases.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.
