# Test Suite

## What is Test Suite?

Test suite is a package that you make for certain group of test cases. Here you can give additional properties in the suite for the required test cases.&#x20;

Suite is collection of test case that intended to be used to test specified set of behavior.

## Step by step walkthrough

The following steps to be followed to create a **New Test Suite**.

**STEP 1**: Login to QATTS, In the Left Navigation Panel Click on **Test Suites** ----> **New Test Suite** as shown as below.

![](/files/-MhDOjUfwMkHtwLn8M27)

**STEP 2**: After clicking on New Suite you should be able to see the below screen and fill out the required details.

![](/files/-MhDPMK5M1ZeW0x01nOQ)

**STEP 3**: Fill out the following details.

* **Suit Name**: You can give a suite according to your Project
* **Description**: Here write down the steps or what this suite is about.
* **Visibility**: Here you can choose between **Private** and **Public**.&#x20;
  * **Private** - The Suite is visible only to you.
  * **Public** - The Suite is Visible all who is working on the same Product.
* **Type**: Here you need to choose between **Automated** or **Manual**, by the name itself you can assume its automated or manual testing.
* **Clients:** Choose which client are performing the Test Cases on.
* **Functionality**: Need to choose the functionality which you want to Test.
* **Test Cases**: You can add number of test Cases you wish to perform.

And Click on **Add** and then **Save**, your suite will be saved.


---

# 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.qatts.com/execution/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.
