# E2E Flow (End-to-End Flow)

An End-to-End test flow is used when the requirement is for executing test cases that belong to same/different projects in a single execution.

Users create test cases for various applications and execute them. This serves as a central place for all test cases, allowing users to execute them in a single workflow.&#x20;

Below are the steps to create E2E Flow in test case:

1. Navigate to the test case section and on bottom left Click E2E Flow

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FH2c9t6XaJBnRuG2Dr5Bg%2FScreenshot%20(1651).png?alt=media&#x26;token=d0048ffe-b3ea-4798-afa9-7d51196732c9" alt="" width="563"><figcaption></figcaption></figure>

2. Click + icon and create a new Folder with a logical name.
3. Click on three dots beside the folder and select Create E2E Flow.  Add Test Case window pop up will appear.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2Fd4c0LCl6cGILMVcC8c20%2FScreenshot%20(1653).png?alt=media&#x26;token=6fd4c43a-0b79-4c6b-9996-19e89feca1a1" alt="" width="563"><figcaption></figcaption></figure>

4. Select the test cases from folder and click on > arrow. The selected test cases will appear in Selected Test Cases section.&#x20;
5. Click Add Test Case button at bottom to create a E2E Flow.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FeTesgOaZWeGQAA8dGVsB%2FScreenshot%20(1657).png?alt=media&#x26;token=857712e0-2686-438b-b18f-fc89c831329e" alt=""><figcaption></figcaption></figure>

6. User will get the message that E2E Flow saved successfully. This can be now used in other section.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2Fdgl8GcqrcWUV7QaPzYKa%2Fimage.png?alt=media&#x26;token=ec65a561-c0ea-49ad-863f-d6755b252c57" alt=""><figcaption></figcaption></figure>

7. In execution tab, create a new Execution List and Click Add test Case and Select the E2E Flow. Save it

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FMzIbh8rFFoP49tN35AoC%2FScreenshot%20(1662).png?alt=media&#x26;token=b6c5e5af-ebe1-44a9-9309-8e478c51f779" alt=""><figcaption></figcaption></figure>

8. Click on Execute.

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

* The execution will occur in the same flow in which it is mentioned in the E2E test case. Only for web application specific browser will be opened.
* We can Sort the test cases in E2E flow
  {% endhint %}

9. Once the Execution is completed then user can download the Report from the Report section.


---

# 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/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-test-case-section/e2e-flow-end-to-end-flow.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.
