> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/omrun-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/omrun-help/result-analysis/omrun-test-results.md).

# OMrun Test Results

### ![](/files/d7HwoBawWLJo6ky31mXv)

### Abstract

OMrun has two result types. They are created by

1. Executing a `Scenario` or
2. Executing a `Test Object` or `Parameter List`

If you are interested in the results created by a `Scenario` you have to navigate via `Scenario` to see the results of a `Test Object` or `Parameter List`.

***

### Scenario Results

The results of executed Scenarios are shown below the scenario. A click at the execution time of the Result History shows the corresponding result. The results can be exported by clicking on [Button Export](/omrun-help/menu-functions/button-export.md). A click at a cell from column “Passed %” opens the result of the Parameter List from the related Test Object.

<figure><img src="/files/rA3s90QMJ0yTwKPUwNl5" alt="OMrun scenario result" width="80%"><figcaption><p>OMrun scenario result</p></figcaption></figure>

***

### Parameter List Results

The results of executed Parameter List are shown below the Scenario. A click at the execution time of the Result History shows the corresponding result. The results can be exported by clicking on [Button Export](/omrun-help/menu-functions/button-export.md). A click at a cell from column “Passed %” opens the result of the related Test Object.

<figure><img src="/files/2am2V5ozcyauTd0cq6vo" alt="OMrun parameter list result" width="80%"><figcaption><p>OMrun parameter list result</p></figcaption></figure>

***

### Test Data Object Results

The results of executed Test Data Object are shown below the Test Object. Here are the results of comparison of two data sources (Data Source A and Data Source B). A click at the execution time of the Result History shows the corresponding result. The results can be exported by clicking on [Button Export](/omrun-help/menu-functions/button-export.md).

<figure><img src="/files/AnExLLaAmGZjZ0GpXHJL" alt="OMrun test data object result" width="80%"><figcaption><p>OMrun test data object result</p></figcaption></figure>

***

### Test Program Object Results

The results of executed Test Prog Object are shown below the Console. Here are the results of comparison of two data sources (Data Source A and Data Source B wit one row only). A click at the execution time of the Result History shows the corresponding result. The results can be exported by clicking on [Button Export](/omrun-help/menu-functions/button-export.md).

<figure><img src="/files/aIN9Zv5d1QeyaM4wWmLD" alt="OMrun test program object result" width="80%"><figcaption><p>OMrun test program object result</p></figcaption></figure>

***

### Export Results

Use [Button Export](/omrun-help/menu-functions/button-export.md) in order to export any results displayed on screen.\
If OMrun is called in batch mode any result path can be defined [Start via Batch File](/omrun-help/start-omrun/start-via-batch-file.md).


---

# 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://dbi-services.gitbook.io/omrun-help/result-analysis/omrun-test-results.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.
