Document toolboxDocument toolbox

Header

(8.5.X) Configuring Qualitia System Properties for Suite Execution

The JVM system properties can be added in the Key=Value pairs. To add new Qualitia System Properties:

  1. From the Expand Menu, click Settings > Local Profile.
  2. Click the System Properties tab.
    The Qualitia System Properties screen appears.
  3. Click the Add button. 
  4. Enter the Key field and add the desired key name. 
    For example: webdriver.http.factory
  5. Enter 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.    

Footer