OMrun Help
Version 4.x
Version 4.x
  • Introduction
    • Features
      • 📊Facts
      • 🔢Figures
    • System Requirements
    • Terms and Definitions
    • Release Notes
      • 📄Version 4.2
      • 📄Version 4.1
      • 📄Version 4.0
    • ❓Getting Help
  • Installation
    • ↘️Install OMrun
      • 📃OMrun Paths
      • 🔑License Key
    • ✔️Verify Setup
    • 🗑️Uninstall OMrun
  • Configuration
    • Data Adaptor
      • Data Queries
    • Program Adaptor
    • Dashboard Configuration
    • Customize own adapter
      • Own data adapter
      • Own program adapter
    • Configuration Files
      • PublishConfig.cfg
      • OMrunDataProvider.cfg
      • OMrunGuiProvider.cfg
      • OMrun.exe.config
    • Using Variables
      • OMrun Variables
      • Environment Variables
      • Parameter
  • Start OMrun
    • Start via Desktop
    • Start via Batch File
    • Start via Task Scheduler
  • Menu Functions
    • ▶️Button Execute
    • ⏹️Button Stop
    • 🎓Button License
    • ⚙️Button Configuration
    • 📥Button Export
    • ❓Button Help
    • 📌Button About
    • 🗂️Button Windows
    • ⏩Shortcuts and Functions
  • Element Overview
    • Navigation Tree
    • Business System
    • Component
    • Environment
    • Scenario
    • Test Data Object
      • Query
      • Body
      • Business Mapping
    • Test Program Object
      • Batch
      • CSV Converter
      • Data Staging
      • Housekeeping
      • Json Converter
      • Program
      • RTL Generator
      • XML Converter
      • XML Converter XL
    • Parameter List
  • Result Analysis
    • Color Codes
    • OMrun Test Results
    • Excel Result Reports
    • OMdashboard
Powered by GitBook
On this page
  • Abstract
  • Input
  • Output
  1. Element Overview
  2. Test Program Object

RTL Generator

PreviousProgramNextXML Converter

Last updated 1 year ago

Abstract

Plug-in to generate runtime lists from check results executed by OMrun and to fill a next test object with data depending on a check result.


Input

Execution parameters to invoke a generation:

Field Application (do not change, no function)

  • Description: <none>

  • Syntax: <none>

  • Default value: @Appl_Dummy

Field @param1 (Input result path) [mandatory]

  • Description: Source location as path to the newest result file

  • Syntax: <full path> (without ending backslash)

  • Example: @TestCases\Company\Preparation\Match_Dateinamen_R\Result

Field @param2 (Output path) [mandatory]

  • Description: Target location of runtime list

  • Syntax: <full path> (without ending backslash)

  • Example: @TestScripts\Company\Validation\PDF1Seite_R\RunTimeList

Field @param3 (Output file) [mandatory]

  • Description: Runtime list file name + extension

  • Syntax: <file name>.<extension> (without any backslash)

  • Example: Data_Validation_PDF1Seite_R_Extensive.rtl

Field @param4 (Column mapping) [optional]

  • Description: Columns definition of the result mapped to the params of the runtime list (column count starts with 0)

  • Syntax: <ID>,<Param1>,<Param2>,<Param3>,<Param4>,<Remark>,<Result>

  • Example: D=8,Param1=6,Param2=7,Param3=4,Param4=5,Remark=2,Result=true

  • Possible values:

    • ID <column number> (result values of defined column must be unique) <empty> (= ID will be auto-filled with the numbers 0, 10, 20...)

    • Param1 <column number> <no param1> (= empty column)

    • Param2 <column number> <no param2> (= empty column)

    • Param3 <column number> <no param3> (= empty column)

    • Param4 <column number> <no param4> (= empty column)

    • Remark <column number> <any number which is no column number> (= Prefix of the defined number followed by defined ID value) <no remark> (= remark will get the text "No parameter defined" on each row)

    • Result "true" (result rows which have passed only) "false" (result rows which have failed only) "all" (all results) <no entry at all> * [or] <empty> (= ID will be auto-filled with the numbers 0, 10, 20... and remark will get the text "No parameter defined" on each row)


Output

Generated runtime list of the defined last test object result.