# Creating Tests Suites

After we created several test cases, we can now group them under a suite and run them all together

### **Creating your first test suite**

We create suites in the exact same way as a case, the only difference is choosing multiple test cases&#x20;

* Go to Suites under Testing
* Right-click the dashboard on the left panel and choose “Add Folder”
* Now after the folder is created, it appears on the left panel under the dashboard, right click it and select the type of test suite you wish to create - web or mobile

<figure><img src="https://1835512707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuDeDlFo7eLPBFbUgtb%2Fuploads%2F5xW4AoTU7sFQ5Bz5dqxZ%2Fimage.png?alt=media&#x26;token=d198203e-647e-4283-b284-590c74e1bd4f" alt=""><figcaption></figcaption></figure>

### Adding test cases to your suite

1. Select the suite you wish to work on by clicking it in the left panel
2. Click on the Cases or Tags tab
3. Click on ‘Add cases’ button above the cases list

<figure><img src="https://1835512707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuDeDlFo7eLPBFbUgtb%2Fuploads%2FksrecBONenXDoRx2fp1U%2F2024-03-03%2023_44_20-Test%20Suites%20-%20CloudBeat.jpg?alt=media&#x26;token=7b61be7f-1588-4321-86a2-208003371127" alt=""><figcaption></figcaption></figure>

Now select the cases you want to add, clicking on a folder will select everything in it

<figure><img src="https://1835512707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuDeDlFo7eLPBFbUgtb%2Fuploads%2FiCMqpAYVNDzRKjpAFH1q%2F2024-03-03%2023_47_00-Test%20Suites%20-%20CloudBeat.jpg?alt=media&#x26;token=51bcad7d-7a72-4167-9c39-ec8007f3a7e2" alt=""><figcaption></figcaption></figure>

Click on Add & Close, then save changes
