# 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="/files/2DL5Lg2i7A00J4gHvbpy" 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="/files/Fd46F1k4N5RjWe4RX9Yg" alt=""><figcaption></figcaption></figure>

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

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

Click on Add & Close, then save changes


---

# 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.cloudbeat.io/fundamentals/creating-tests-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.
