# Test Execution

If a test is specified with test steps and test conditions, you have the option to execute the test case manually. Open a test case and click on *Run*.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_test_execution_rich_client_custom.png" alt=""><figcaption></figcaption></figure>

A new window is opened, where you can enter the tested version and choose the value set. The value set is described in Variable Manager. By entering *Tested Version*, you can click on *Run*.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_test_execution_rich_client_custom_2.png" alt=""><figcaption></figcaption></figure>

We are executing the example of Stepplaner now. A new window is opened, and you can enter something in *Actual results.*&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_test_execution_rich_client_custom_3.png" alt=""><figcaption></figcaption></figure>

The step is passed, so we click on button *passed*. The first step is green, and the next step is displayed automatic.&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_test_execution_rich_client_custom_4.png" alt=""><figcaption></figcaption></figure>

The second step is a test step. Here we find an Instruction and *Expected results*. Moreover, we find an extra field *Actual results*, where we can document the result we receive while executing. We are documenting the result as the following:&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_test_execution_rich_client_custom_5.png" alt=""><figcaption></figcaption></figure>

The test is completed, so click on Save & Close. The test was executed, and the execution can be found at the bottom of the test case. &#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_test_execution_rich_client_custom_6.png" alt=""><figcaption></figcaption></figure>

By double-clicking on an execution, you can open the test execution in order to analyse the test results. &#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_test_execution_rich_client_custom_7.png" alt=""><figcaption></figcaption></figure>

Clicking the *Continue* button can continue an executed test case. Test results can be specified again. Furthermore, an execution can be marked as *Irrelevant* if a test execution is defective.\
\
An executed test case may be continued. In order to do so, mark a test execution and click on the ![](http://aquawiki.andagon.com/pictures/drex_continue_test_execution_rich_client_custom.png) button.&#x20;

The test execution is continued, enabling you to change all information. Furthermore, the identity of the last test step editor is saved.\
\
If a manual test case is executed, you can finalize the test execution. This means that from this point onwards, test cases can no longer be continued or changed.\
&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_finalize_rich_client_custom.png" 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.aqua-cloud.io/documentation/desktop-client/test-management/test-execution.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.
