Document toolboxDocument toolbox

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.

Using Multiple Keys within Environment Variable

Qualitia users can create multiple environment variables and use one environment variable as the value of another environment variable. 

Example 1:

  1. Create an environment variable “ENV1” with value “True”.
  2. Create new environment variable “ENV2” with value “ENV1
    You can now use the ENV2 variable in test cases and tasks as data.
    The value should be taken as True because the value of ENV1 is set as True.


Example 2:

  1. Create an environment variable “ENV1” with value “ENV2”.
  2. Create new environment variable “ENV2” with value “ENV3
  3. Create another environment variable “ENV3” with value “True
    You can now use the {{{ENV1}}} variable in test cases and tasks as data.
    The value should be taken as True because the value of ENV3 is set as True.

Not finding what you need?