# Executing test scenarios

You can execute either a selection of test cases in your scenario, or the entire scenario. To execute the full scenario, click 'Run all'. The execution window, which you already know from test executions, opens, and you can execute each test case step by step. &#x20;

<figure><img src="/files/cVcO0IHeWl5rsOvAReNX" alt=""><figcaption><p>Run all command</p></figcaption></figure>

<figure><img src="/files/XsnIVc01IhhLRUzxOElU" alt=""><figcaption><p>Test Scenario execution form</p></figcaption></figure>

To execute a selection of test cases, select the test cases and click 'Run selected'.&#x20;

<figure><img src="/files/y6ZrlYC8p6DK2x0D0nIu" alt=""><figcaption><p>Run selected command</p></figcaption></figure>

Keep tabs on the latest local executions directly within your test scenarios. To access this information, simply click on 'Test Cases'. For a comprehensive overview of recent executions, head over to the 'Executions' tab. This section presents all executions in a clear table format, enabling you to effortlessly manage their progression. Whether you need to continue, abort, finalize, or flag executions as irrelevant, the 'Executions' tab provides a centralized hub for efficient execution management.

<figure><img src="/files/eGCJDmD9FVg32hQe7HNb" alt=""><figcaption><p>Execution tab view</p></figcaption></figure>

If you want to see even more detail, double-click an execution.&#x20;

<figure><img src="/files/3pSMtOLJLW2NDvYlvS3L" alt=""><figcaption><p>Execution's detail view</p></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.aqua-cloud.io/documentation/items/test-scenarios-management/executing-test-scenarios.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.
