...
To add new Qualitia System Properties:
- Log on to Qualitia Automation Studio.
- On the Setting menu, click System PropertiesFrom the Expand Menu, click Settings > Local Profile.
- Click the System Properties tab.
The Qualitia System Properties screen appears. - To add new property, click Add.
- Double-click Click the Add button.
- Enter the Key field and add the desired key name.
For example: webdriver.http.factory - Double-click Enter the Value field and add the desired value.
For example: apache - Click OK.
Info |
---|
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. |