# 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="https://2079767078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpzYgOvoayDoxSV4Wb6ZV%2Fuploads%2FG5FZh8FmXoy9xKIP1IHJ%2Ftest_suite.png?alt=media&#x26;token=f22d78bb-0e39-4792-8c15-a218ada1f188" 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="https://2079767078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpzYgOvoayDoxSV4Wb6ZV%2Fuploads%2FRojfvVz6apR78W9IxbX8%2Ftest_suite_associate.png?alt=media&#x26;token=481ecf7e-cfee-485e-b51a-013ce641cc62" 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;
