# Running Tests Suites

Running suites is exactly the same as running a single case, except here you can add multiple cases to run together. You may execute your test from the suites screen by doing the following:

* Inside the suites screen, click on the suite you created.

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

* Under Cases or Tags, click on add cases:

<div><figure><img src="/files/CsY3bmJKhzHnD6PoOtrc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lj5O7JB14cKW8dknzS1C" alt=""><figcaption></figcaption></figure></div>

* You may select which cases to run, by default it will run everything, save changes then run now:

<figure><img src="/files/9rcNK1g7ETZ25YnZMaPw" alt=""><figcaption></figcaption></figure>

* White the suite is running, you may see the progress:

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

* Finally, see the results by clicking on each case:

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


---

# 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/executing-tests-1.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.
