# Test Suite

Organize your [test cases](/detailed-documentation/test-plan-executions/test-case.md) into test suites based on common functionalities or scenarios to manage and execute them effectively. Test suites will help you in executing and reporting the test plan status. You can add a test case to multiple test suites. This document will provide an overview and guidelines to create, edit, delete, and list test suites in **QApilot**.

***

## Prerequisites

Ensure that you create [Test Cases](/detailed-documentation/test-plan-executions/test-case.md) in the Same [Project ](/detailed-documentation/projects.md)before you can manage test suites in **QApilot**.

***

## Listing Test Suites

On the Test Suites List page, you will have the below options:

1. Navigate to **Test Suites** in the left-side navbar.
2. You can easily manage test suites on the **Test Suites** list page by **filtering**, or **searching**. The page displays test suites with **titles**, **types**, **creation dates**, **creators**, and **statuses**.
3. Click **Create Test Suite** in the top right corner of the screen.

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

***

## Creating a Test Suite

1. Navigate to **Test Suites** in the left-side navbar. Click the **Create Test Suite** button in the top right corner of the Test Suites List page. Provide the below details to **Create a Test Suite**:

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

2. **Name(Required)**: Enter the **title** of the Test Suite in the Name field on the Create Test Suite page.
3. Select the operating system as the recorded test cases are for Android. Selecting Android.
4. The below success message will display:

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

5. The created Test Suite will be in the draft state.

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

6. Click on "Import Test Cases" to see a list of all available test cases.

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

7. This will redirect to the below window:

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

8. Select the test cases you wish to include in the test suite.

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

9. Click on the Yes and "Move to Test Suite" to add the selected test cases.

<figure><img src="/files/7FcBp0ccMIc35mw4Ynqj" alt=""><figcaption></figcaption></figure>

10. Ensure that the test cases are ordered sequentially as required for the flow of the process.
11. Once the test suite is created, click on the "Run" button to start the [execution](/detailed-documentation/test-plan-executions.md).
12. The test suite will execute each test case in the order they are arranged.
13. It allows you to perform various actions on the Test Suite which are: View Details, Edit, Disable, and Delete.

<figure><img src="/files/1KdHJthBsEwAFYB9JjPv" alt=""><figcaption></figcaption></figure>

14. If you delete the Test Suite, you will lose all test cases associated with it.


---

# 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.qapilot.io/detailed-documentation/test-plan-executions/test-suite.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.
