# Test data from GenRocket

The **Refresh Test Data from GenRocket** feature in the Execution Configuration window allows you to use fresh test data for every execution. You can specify the number of records to be fetched from Data table, ensuring that each run uses new data from your Test Data.

This helps keep your automated tests up-to-date and avoids reusing old test data.

{% hint style="info" %}
To learn more about GenRocket, [click here](broken://pages/t0NMmOULVS78pJDF2sID).
{% endhint %}

Steps to use Test Data from Execution Configuration:

1. On the **Execution** page, navigate to the **Configuration** window.
2. Expand the **Test data from GenRocket** section, enable the **Refresh test data generation from GenRocket** toggle to refresh the test data for every execution. &#x20;
3. Enter the count in **Number of Records** to specify how many rows of test data to use during the execution.

{% hint style="info" %}
**Note**:&#x20;

* By default, the **Number of records** is set to 1.
* Always use the Testcase in the **Execution List** that contains GenRocket test data.
  {% endhint %}

<figure><img src="/files/PwKE0MBiZRjfrU5jXl3o" 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/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-execution-section/features-in-execution-section/test-data-from-genrocket.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.
