A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You can pass the JVM system properties when executing test cases using Qualitia Bot. These properties can be passed in two ways;

Configuring JVM Properties:

In order to use JVM properties when executing test cases using Qualitia Bot, you must configure the qualitiasystem.properties accordingly. This file is located in the Config folder of the Qualitia Bot.

To configure qualitiasystem.properties:

  1. Navigate to the Config folder of Qualitia Bot.
  2. Open qualitiasystem.properties
  3. Add JVM properties in Key=Value pairs.
  4. Save the changes and close the file.
    These properties will be considered when executing test cases.

Providing Qualitia System Properties from Command Line Interface

You can provide Qualitia system properties from the command line interface as well. 

When providing Qualitia system properties from the Command Line Interface, you must add suffix to the properties as -qsp: key=value.

Values provided through Command Line Interface override properties specified in the qualitiasystem.properties file. 


  • No labels