-
Users Handbook
-
-
-
- Intro & Basics
- All Objects have Descriptions
- Check for unused procedures
- Compiled Procedures up to date
- Invalid Source Layers
- Required Columns
- Check for abnormally ended Jobs
- Check for blocked Jobs
- Check for disabled Tasks
- Check for duplicate tasks in different Jobs
- Check for duplicate tasks in same Job
-
-
-
Administrators Handbook
-
- Register URL
- Configure SSL/HTTPS
- Configure Proxy-Server
- How to edit the appsettings.json file
- System Settings
- Global Parameters
- Allow Service Account to Logon as a Service
- LDAP & SSO Authentication
- Migrating Testcases and Configuration
- Licenses Management
- Manual Configuration
- Exposing the BiG EVAL REST API to other Network Segments
-
- Articles coming soon
-
Developers Handbook
-
Known Problems
-
Demo Virtual Machine
-
Release Notes
-
General
Parameterlists
- Home
- Users Handbook
- Scripting
- Parameterlists
A parameterlist is like an excel-spreadsheet that you can use to build a list of records to be used in a testsuite- or a testcase-control-script. You can use these lists to let the script iterate through all records to parametrize the testcase or the testsuite.
For example:
- Iterate through a list of test-records and run a testcase using this testdata.
- Iterate through a list of user/password-paris to run a security-check against your analytical models.
- Iterate through a list of datawarehouse dimensions that are slightly different from each other (e.g. naming of from/to columns (SCD2) or table names etc.). Then parametrize the text-execution by these variables.
- etc.
Creating a parameterlist
- Open “Environment” -> “Parameterlists” in the main navigation.
- Click on “Create Parameter List” or use the “+” button to add a new one if there are already some lists.
- Enter a unique code and name and optionally describe the parameterlist.
- Change to the register “fields”.
- Add one or more fields to the parameterlist. The fields are the equivalent of columns in an excel-spreadsheet for example.
- Click on “Create Parameterlist”.
Adding records to a parameterlist
- Open “Environment” -> “Parameterlists” in the main navigation.
- Choose the parameterlist in the dropdown-menu.
- Click on “+ Add Item” to create a new record.
- Enter all fields. BiG EVAL automatically stores your inputs.
Deleting a record of a parameterlist
- Open “Environment” -> “Parameterlists” in the main navigation.
- Choose the parameterlist in the dropdown-menu.
- Mark the record you want to delete using the checkmark at the very beginning of the row.
- Click on “Delete item”.
Table of Contents