> 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/element-details/parameter-list.md).

# Parameter List

## ![](/files/Z9X93U5TW3LFm38iDzC4)

## Abstract

The parameter list contains hard coded values or variables from the environments. The grid can handle nested variables from the parameter list or from the environment definition.

The parameter are used to replace `@param1`, `@param2`, `@param3` and `@param4` within the query A and B (header in green).

Every record of a parameter list does execute the query again by replacing the configured parameters.

The field remark does appear on the OMdashboard as an unique entry. It is recommended to add an appropriate content to it.

<figure><img src="/files/hANscfjk2xQ4wUjKUiFm" alt="OMrun parameter list screen" width="80%"><figcaption><p>OMrun parameter list screen</p></figcaption></figure>

***

## New

On Navigation Tree at Test Object level click on the right mouse button and select <img src="/files/Z9X93U5TW3LFm38iDzC4" alt="OMrun Parameter List Icon" data-size="line"> `New`.

<figure><img src="/files/GpIRreVsN0c3WRu3LUM5" alt="OMrun test object drop down" width="50%"><figcaption><p>OMrun test object drop down</p></figcaption></figure>

Create a new Runtime List Entry by entering a new sequence number in column "Id" (default suggestion with autoincrease displayed), @param1 - @param4, add a meaningful remark and select checkbox "Active". Row will not execute if checkbox "Active" is not set.

<figure><img src="/files/tyPjViiErPZ4ctWe0dpb" alt="OMrun parameter list detail" width="80%"><figcaption><p>OMrun parameter list detail</p></figcaption></figure>

***

## Copy, Rename, Delete

On Navigation Tree at Parameter List level click on the right mouse button and select <img src="/files/Z9X93U5TW3LFm38iDzC4" alt="OMrun Parameter List Icon" data-size="line"> `Copy`, <img src="/files/Z9X93U5TW3LFm38iDzC4" alt="OMrun Parameter List Icon" data-size="line"> `Rename` or <img src="/files/Z9X93U5TW3LFm38iDzC4" alt="OMrun Parameter List Icon" data-size="line"> `Delete`.

<figure><img src="/files/aBaScBgQYny3mI4QRtY0" alt="OMrun parameter list drop down" width="50%"><figcaption><p>OMrun parameter list drop down</p></figcaption></figure>

> :warning: The parameter list `Extensive` is not allowed to rename or delete as it belongs to the standard setting for each test object.

***

## Parameter List Result

If a parameter list was executed (in this example `Extensive`) the screen shows the [OMrun Test Results](/omrun-help/result-analysis/omrun-test-results.md#parameter-results) below.

<figure><img src="/files/xUyKyzl1hPT3Y6uVpn9c" alt="OMrun parameter list results" width="80%"><figcaption><p>OMrun parameter list results</p></figcaption></figure>

***

## Navigate to Test Object

### Via Parameter List Row

A double-click onto any value of column `Id` of the parameter lists (in green) opens automatically a new "Tab" with the corresponding "Test Object" and its results.

<figure><img src="/files/c1RPjGh9aypHN0egFVcp" alt="OMrun parameter list row id" width="80%"><figcaption><p>OMrun parameter list row id</p></figcaption></figure>

***

### Via Parameter List Result

A double-click onto any value of column `Passed %` of the parameter result list (in green) opens automatically a new "Tab" with the corresponding "Test Object" and its results.

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


---

# 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/element-details/parameter-list.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.
