# Button Execute

### ![](https://1143774439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1ooXfQ2qWGFRh6lihybt%2Fuploads%2Fgit-blob-1a300a32fda2371a090dae84297dc010eb08bc6b%2FButton_execute.gif?alt=media)

### Test Scenario

If "Execution" is pressed to start an active "Test Scenario", the following rules are loaded:

* The breadcrumb shows the selected **test scenario in bold letters** with the activated environment on which the test is executed
* All tree elements are disabled
* The "Stop" button is activated
* The test results are written to all three test levels:
  * Test Scenario Results
  * Parameter List Results
  * Test Object Results

### Parameter List

If "Execution" is pressed to start an active "Parameter List", the following rules are loaded:

* The breadcrumb shows the selected **parameter list in bold** letters with the activated environment on which the test is executed
* All tree elements are disabled
* The "Stop" button is activated
* The test results are written to two test levels:
  * Parameter List Results
  * Test Object Results

### Test Object

If "Execution" is pressed to start an active "Test Object", the following rules are loaded:

* The breadcrumb shows the selected **test object in bold letters** and the parameter list with the activated environment on which the test is executed
* All tree elements are disabled
* The "Stop" button is activated
* The test results is written to one test level:
  * Test Object Results


---

# 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://dbi-services.gitbook.io/omrun-help/menu-functions/button-execute.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.
