> 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/integrations-in-avo-assure/test-management/azure-devops-in-avo-assure/updating-and-viewing-reports-in-azure-devops/configuring-and-executing-test-cases.md).

# Configuring and Executing Test Cases

To configure and execute Test cases, perform the following actions:&#x20;

1. On the **Home** page, from **Projects** list, select the required project.&#x20;
2. Select **Design Studio**.&#x20;
3. Select **Execution** page.&#x20;
4. Expand folder and select ellipses(**...**) icon.&#x20;
5. Select **Create Execution List** and rename it.&#x20;

{% hint style="info" %}
**Note**: To learn more about creating the execution list, refer this [Creating Execution List ](/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-execution-section/creating-execution-list.md)
{% endhint %}

6. On the **Configuration** tab, expand **Integrations** dropdown.&#x20;
7. From **Test Management Tool** dropdown, select **Azure DevOps**.&#x20;

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

{% hint style="info" %}
**Note**: If the Azure DevOps setup is reset from the Manage Integration page, re-enter the **Username**, **API token**, and **URL**, and save the configuration again to update the execution details.&#x20;
{% endhint %}

8. Select **Save** to complete the configuration.&#x20;
9. Select the parent folder, and then select **Execute**. **Execute Now** dialog opens.&#x20;
10. Verify the details and select **Execute Now**. &#x20;
11. After execution, you can find reports in Reports tab.&#x20;


---

# 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/integrations-in-avo-assure/test-management/azure-devops-in-avo-assure/updating-and-viewing-reports-in-azure-devops/configuring-and-executing-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.
