# Test Folders

## Creating Test Folders

Step 1: Navigate to the Test Cases Tab in the Projects section.

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

Step 2: Click "Create test folder"

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

Step 3: Name your Test Folder and press "Enter"

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

You can change the Test Folder name at anytime by double clicking the current name, writing a new name, and pressing enter.

Your Test Folder is now created! This example Folder is for "Android" and would hold any Test Cases related to Android OS. Users can make as many Test Folders as is necessary to sort their Test Cases. The image below shows an example of a full set of Test Folders.

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

## Deleting Test Folders

You can delete created Test Folders whenever you want by following these steps:

Step 1: Double click on Test Folder name

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

Step 2: Click the Trash Icon that appears and confirm

{% hint style="danger" %}
This will delete your Test Folder, all Test Folders held within, and all Test Cases in those folders.
{% endhint %}

<div><figure><img src="/files/T3a9uQFt9MNXPYz6FGK1" alt=""><figcaption></figcaption></figure> <figure><img src="/files/irteZuLAhljZrnFna0wO" alt=""><figcaption></figcaption></figure></div>

You Test Folder should now be deleted.

Now that you know how to create, sort and delete Test Folders, you will need to create Test Cases. But first, let's learn what a Test Case is. Click "Next" to learn the anatomy of a Test Case


---

# 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.testfiesta.com/projects-tab/test-cases-tab/test-folders.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.
