# Execution

Use this section to learn tips and tricks for test execution. These help you to run test cases, monitor execution, manage reruns, and use logs and failure details to ensure reliable automation runs

* **Scenario**: When multiple Test cases fail during execution, by re-running the entire Test case can increase execution time and delay the analysis of results.\ <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i>**Tip &** **Trick**:  After identifying the failed Test cases, rerun only the affected Test cases instead of executing the entire Test case again. This helps verify fixes faster and reduces the overall execution time.


---

# 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/support-resources/tips-and-tricks/design-studio/execution.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.
