# View History

After generating a Test Case using an uploaded document or a requirement tool (such as Jira or Azure DevOps), follow the steps below to view the history of generated Test Case:

1. Click **View History** button to navigate to history window

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

2. Choose **Select Test Case level** option from the dropdown.

{% hint style="warning" %}
&#x20;**Note:** The dropdown provides three options to view the history of generated Test Cases: **System Level**, **Module Level**, and **User Story Level**.&#x20;

&#x20;

**System Level:** When you generate Test Cases by selecting the All Requirement radio button under the Scope section, you can verify the generated Test Cases by selecting the System Level option.&#x20;

&#x20;\
**Module Level:** When you generate Test Case by selecting for following feature / module only radio button under the Scope section, you can verify the generated module level Test Cases by selecting the Module Level option.&#x20;

&#x20;

**User Story Level:** When you generate Test Cases using a required tool such as Jira or Azure DevOps, you can verify the generated Test Cases by selecting the User Story Level option
{% endhint %}

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

3. Choose **Release** from the Release dropdown&#x20;
4. Select **Tag** from the Tag dropdown&#x20;
5. Select **Module** from the Module dropdown and click **Apply** button to view the history of generate Test Case.&#x20;

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

6. Click **Test Case**, to view the generate detailed Test Case

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

*If you want to add additional information or remove unnecessary steps from the generated Test Case, you can simply edit the Description section and click the **Save** button.*
{% endhint %}

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

**Addition information about history of generated Test case window:**

* **Checkbox**– allows selecting all Test Cases listed.
* **S. No.** – Serial Number of generated Test Case.
* **Test Case** – Name/Title of each Test Case.
* **Release** – Indicates the release version
* **Tag** – Assigned Tag.
* **Date** – The date and time the Test Case was generated.
* **Created By** – The user who created the Test Case.

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

To delete all the generated Test Cases, select the parent-level checkbox and click the **Delete** icon.

To download the generated Test Case to your local system, click the **Export Test Case** icon. For get more information on how to download a Test Case, [click here](/avo-assure/avo-intelligence/export-the-generate-test-case.md).
{% endhint %}

<figure><img src="/files/SFpZdP367C2citvKVIvw" 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/avo-intelligence/view-history.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.
