# Test Suites

Test cases can be grouped under test suites according to their structure. For example, If you have test cases for Login functionality, you can create a test suite called "Login" and add all the test cases related to the login functionality under the suite and execute the suite. This helps when testing a specific functionality alone.&#x20;

**How to create a test suite?**

1. Navigate to the Test Suite section&#x20;
2. Click the '+' button and then provide a name for the suite and save the suite.

<figure><img src="/files/2k1gZ9iaoBUliqGLmhqI" alt=""><figcaption><p>create a test suite</p></figcaption></figure>

**How to associate a test to a suite?**

1. Open a test case
2. On the right side panel, Click the test suites field
3. Type the suite name and then select the suite.

<figure><img src="/files/FdcHSonP13wHazzkagXW" alt=""><figcaption><p>associate test case to a test suite</p></figcaption></figure>

**Note :**&#x20;

1. You can associate a test case with multiple test suites&#x20;


---

# 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.sprintsq.com/test/test-suites.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.
