# Through Excel Sheet

User need to add three mandatory steps to the Test Step Group for performing Data Parameterization

1. Navigate to **Test Case** window, select Test Case where data needs to be parametrized
2. Click **+** icon and add new step

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

3. Select **@Generic** as element and **Get Param** as action and enter **Excel path** in Input Value&#x20;

Syntax for Excel file: `<Excel file path>;<Sheet Name>`

<figure><img src="/files/4VeLiad8B24c1ZTW5GzT" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** Excel sheet must be in unrestricted folder
{% endhint %}

4. Add new step, select **@Generic** as element and **Start Loop** as action

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

5. Add variables in pipe operator in Input Value column to fetch the value from excel sheet

{% hint style="warning" %}
**Note:** Variable name should match with Excel sheet Variables
{% endhint %}

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

6. Add new step where the iteration process should be halted, select **@Generic** as element and **End Loop** as action

{% hint style="warning" %}
**Note:** If End Loop is not added then user will get Dangling error while execution
{% endhint %}

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


---

# 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/utilities/data-parametrization/through-excel-sheet.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.
