# Test Case

Use this section to learn tips and tricks for creating and managing Test Cases. These help you to organize test cases clearly, reuse steps where possible, and use test data effectively to make automation easier to manage.

* **Scenario**: Adding elements manually while designing Test cases which takes a lot of time and slows down the test creation process.\ <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i>**Tip & Trick**: Use the **Add from Repository** (Drag and Drop) button in Test step group to drop elements directly into the Test case workspace. Avo Assure automatically maps the relevant actions for the selected element, helping you design test steps faster.
* **Scenario**: Large Test cases take a long time to complete when they run one after another during execution.

  <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i>**Tip &** **Trick**: Use **Agent** or **Grid** execution for large Test cases. This allows multiple test cases to run simultaneously and significantly reduces the overall execution cycle.


---

# 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/test-case.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.
