> 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/create-and-execute-tests-with-design-studio/working-with-execution-section/execute-execution-list/execution-through-client-agent-grid.md).

# Execution through Client/Agent/Grid

## Executing Test Cases through Client

To execute the execution through client, perform the following actions:

1. On the **Home** page, select required project and select **Design Studio**.
2. Select the **Execution** tab.
3. Expand Folder and select **Execution List** for configurations.
4. From **Configurations** page, select **Client**.
5. From **Client** dropdown, select active client.

{% hint style="info" %}
**Note**:

* A single instance does not support running multiple clients on the same machine at the same time. This gives an error as **Array** **variable has incorrect number of subscripts or subscript dimension range exceeded***.*
* The **Configurations** page displays all configured clients, along with their respective status indicators for easy identification.
  * A **green** indicator indicates that the client is **Available**.
  * A **yellow** indicator indicates that the client is **Unavailable**.
  * A **red** indicator indicates that the client is **Do Not Disturb**.
    {% endhint %}

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

6. From **Browsers** dropdown and select **Browser**.
7. Select **Save** to save all the changes.
8. Select parent folder and select **Execute**. The **Execution Now** dialog opens.
9. Select **Execute** to execute the **Execution List**.

## Executing Test Cases through Agent/Grid

To execute the execution through agent, perform the following actions:

1. On the **Home** page, select required project and select **Design Studio**.
2. Select the **Execution** tab.
3. Expand Folder and select **Execution List**.
4. Select **Configurations**.
5. Select **Agents**. The agent dialog opens.

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

{% hint style="info" %}
**Note**:

* A single instance does not support running multiple agents on the same machine at the same time. This given an error as **Array** **variable has incorrect number of subscripts or subscript dimension range exceeded***.*
* The **Configurations** page displays all configured agents, along with their respective status indicators for easy identification.
  * A **green** indicator indicates that the agent is **Active**.
  * A **gray** indicator indicates that the agent is **Inactive**.
* To learn how to Install Avo Assure **Agent**, refer to [Agent](/avo-assure/administration/authentication-configuration/agent-management.md).
* To learn how to create Avo Assure **Grid**, refer to [Grid](/avo-assure/administration/authentication-configuration/grid-management.md).
  {% endhint %}

5. In the **ICE count** column, use the spin box to update the client count.
6. Select **Save**.
7. From **Browsers** dropdown, select **Browser**.
8. Select **Save** to save all the changes.
9. Select parent folder and select **Execute**. The **Execution Now** dialog opens.

<figure><img src="/files/yjy6PIGD0VETZ9APjJRX" alt="" width="563"><figcaption></figcaption></figure>

5. Select **Execute** to execute the Execution List.

{% hint style="info" %}
**Note**: After configuring the settings while creating the Execution List, you can validate and modify them in the **Execute Now** window.
{% endhint %}


---

# 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/create-and-execute-tests-with-design-studio/working-with-execution-section/execute-execution-list/execution-through-client-agent-grid.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.
