# Feature and Capabilities

### Feature Purpose&#x20;

In test automation, failures may occur due to various transient reasons such as:&#x20;

* Temporary environmental issues (e.g., network lag)&#x20;
* Backend service unavailability&#x20;
* UI loading delays&#x20;
* Third-party API latency&#x20;

Often, these failures are not due to issues in the application under test, but rather external or random factors. This feature allows such failed test cases to be automatically retried, improving the overall pass rate without manual intervention.&#x20;

### Capabilities&#x20;

* Re-run of Failed Test Cases \
  Only the test cases that failed in the last execution are rerun. The passed test cases are not run again.&#x20;
* Configurable Re-run Count (Up to 5 Attempts) \
  The number of times a failed test case should be retried can be set by the user. The maximum allowed reruns are 5.&#x20;
* Updated Execution Report with Final Results \
  After the reruns, the execution report is updated to show the latest result of each test case.&#x20;
* E2E Test Cases Treated as One Unit\
  For End-to-End (E2E) test cases, if any step fails, the entire E2E test case will be rerun as one unit.&#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.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/feature-and-capabilities.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.
