> 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-test-case-section/create-test-case.md).

# Creating Test Case

A test case in Avo Assure defines the sequence of test steps required to validate a specific test scenario. This article describes how to create a test case within a project, including creating the folder structure and adding the test step group.

To create a new Test Case in Avo Assure, perform the following actions:

1. On the **Home** page, under **Projects**, select the required Project.
2. Select **Design Studio** > **Test Case**.
3. On the **Test Case** page, locate and select the **Create Folder** (**+**) icon.
4. Select **Create main folder** to create a new test case folder. A new folder is created.
5. In the **New Folder** text box, enter the test case folder name.
6. In the newly created folder, select the **See more** (**...**) icon next to the test case folder name.
7. Select **Create test case** to create the test case.
8. In the **New Testcase** text box, enter the test case name.
9. Select **Create Test Step Group**, and then choose one of the following options to add test steps to the test case:&#x20;
   * [Adding New Test Step Group](/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/create-test-case/create-test-step-group/add-new-test-steps-group.md)
   * [Record Test Step Group Using Avo Genius](/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/create-test-case/create-test-step-group/record-test-step-group-using-avo-genius.md)
   * [Paste test step group](/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/features-in-test-case-section/copy-and-paste.md)

{% hint style="info" %}
**Note**: You can also add test step group from [Reusable Library](/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/create-test-case/create-test-step-group/add-test-steps-group-from-reusable-library.md).
{% endhint %}

10. Select **Save**. The test case is created with the configured test step group.


---

# 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-test-case-section/create-test-case.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.
