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

Version 1 Current »

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.

  • No labels