Header

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 Next »

Qualitia Automation Studio (QAS) allows adding environment variables to use any particular parameter multiple times during the course of the project. Once added, user can use these variables to add static or parameterized data for test case developments. This reduces hassle of adding the same parameter multiple times and saves time when developing test cases. 

This option is enabled in Develop, Execute, and Report screens of QAS - Client.

These Environment Variables are project specific and each project shall have its own set of variables. These variables can be used across tasks and test cases in a particular project.

Managing Environment Variables

You can manage Environment Variables through Version Control. Qualitia provides the following two types of Environment Variable values:

  • Active Value: This value will be local value and will always be selected by default for Execution.

  • Global Value: This value will be shared across all users, provided version control is configured. It will be shared automatically whenever it is created.

Active value can be blank. Active value and Global value can be same.

Create an Environment Variable

  1. Login to QAS - Client.

  2. Navigate to the Environment Variable menu:

    • Access Project Management from the left navigation of the QAS - Client. Select the project and click Configuration.

    • Access Settings from the left navigation of the QAS - Client. On the Settings screen, select Project Configuration.

  3. Expand Project Configuration and click Environment Variable.

  4. Now enter:

    • Name

    • Active Value

  5. Click + sign to add the variable and its value.

  6. You will see the list of added variables and its values below. You can also export the Active Value or Global Value of the variable by clicking Export icon.

  7. Click Save to continue; otherwise, click Discard.

  • If the Global Value and the Active Value for a variable are same, the functions Copy Global Value to Active Value and Publish Active Value to Global Value are disabled.

  • If a user has locked the Environment Variable Settings, other users cannot add new variables. You can see a Lock icon next to Refresh on the settings screen if the Environment Variable Settings is locked.

Edit an Existing Environment Variable

To edit the existing environment variable:

  1. Login to QAS - Client.

  2. Navigate to the Environment Variable menu:

    • Access Project Management from the left navigation of the QAS - Client. Select the project and click Configuration.

    • Access Settings from the left navigation of the QAS - Client. On the Settings screen, select Project Configuration.

  3. Expand Project Configuration and click Environment Variable.

  4. Now, double-click on the Active Value textbox to edit the field (the Global Value textbox cannot be edited).

  5. Enter a new value for the environment variable in the Active Value textbox and click Save.

  6. The Active Value will be updated to the new value. To share the Active Value across different users, you need to publish it to a Global Value.

  7. Click Publish Active Value to Global Value, as shown in the following screenshot:

image-20240116-115453.png
  1. Click Save. The Global value will be updated to the new value.

Delete an Environment Variable

To delete an environment variable, click the Delete icon, as highlighted in the following screenshot:

image-20240116-115756.png

  • No labels