> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/items/test-cases-management/quick-run-test-execution-of-multiple-test-cases-at-once.md).

# Quick run: test execution of multiple test cases at once

Quick run of test cases in aqua simplifies the testing process by enabling rapid feedback on software qualit&#x79;**.** This accelerated feedback loop expedites defect identification and resolution, streamlining the development cycle and ultimately delivering a superior end product. Moreover, Quick Run fosters more frequent testing, enabling early detection of issues that could otherwise fester into major problems later in the development process.

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

To quickly run a few test cases at once, first open 'Test case' tab at the navigation page.

Then select the test cases you want to execute, then righ-click and from the menu select 'Quick run'.

<figure><img src="/files/2PTwqNxtNen9H5mYGxJW" alt=""><figcaption></figcaption></figure>

When modal appears, you will see the list of the selected test cases. Quickly review if you select the right ones.

Select a value set for each test case if you want to parametrise them

<figure><img src="/files/8UWFGmj3ZEVuvJqke0MO" alt=""><figcaption></figcaption></figure>

Then select values for each field you added to your test case from the template page.&#x20;

Add labels (optional).

Then define the status and provide a comment in the the actual result section.

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

Run the execution.

Optionally you can select 'Run and finalize'&#x20;

{% hint style="info" %}
Please note that once you select 'Run and finalize', the runs can't be modified later.
{% endhint %}

When you run the test cases, the status and the actual result are applied to all steps of the test cases  and executions. The results  including details, status and actual results are saved in aqua as in general manual test execution and can be reviewed later under each test case.

**How to define custom fields for Quick run**

Select a project where you store your test cases and then click on the 'burger' menu icon.

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

Click on the 'Template' option

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

At the bottom select the 'Test run configuration' tab.

<figure><img src="/files/8DuCRGfZHsOeXij0YgAh" alt=""><figcaption></figcaption></figure>

Then add any field and as many as you need.

<figure><img src="/files/0jwcJjn2aRjBDCb2SwVS" alt=""><figcaption></figcaption></figure>

Save the changes and navigate back to the project.

{% hint style="info" %}
Please note that once you define the fields, they are available either you:

* quickly execute test cases from navigation,
* run full manual test case or,
* execute it within a test scenario.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/items/test-cases-management/quick-run-test-execution-of-multiple-test-cases-at-once.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
