Document toolboxDocument toolbox

Configuring Qualitia System Properties for Suite Execution

Qualitia users can configure JVM system properties in order control the test case execution flow. These properties can be added in the Key=Value pairs.

To add new Qualitia System Properties:

  1. Log on to Qualitia Automation Studio.
  2. On the Setting menu, click System Properties.
    The Qualitia System Properties screen appears.
  3. To add new property, click Add.
  4. Double-click the Key field and add the desired key name. 
    For example: webdriver.http.factory
  5. Double-click the Value field and add the desired value.
    For example: apache
  6. Click OK.

You can set these Qualitia System Properties for the test cases being executed using Offline Package. You need to locate the config folder of the Offline Package, open the 

 QualitiaSystemProperties.json file and enter the key value pairs in the following format:
{"key1": "value1",
"key2": "value2",
.
.
"keyN": "valueN"}
Note: If there is no QualitiaSystemProperties.json file in the above mentioned folder, you need to create this file manually and add the key value pairs into it.   Â