Creating an environment

You can create an environment to define custom variables that can be used to override the variables defined in the test when you run a test or suite.

Before you begin

You must have completed the following tasks:

About this task

You can use environments such as Dev, QA, or Staging to manage a set of variables with different values. When you run a test, the environment variables dynamically replace the matching variable values defined in the test.

Procedure

  1. Log in to Test Hub.
    The Projects page of the initial team space is displayed.
  2. Click My projects > project_name to open the project that contains the test assets.
    The Overview page of the project is displayed.
  3. Navigate to Author > Test Editor.
    The Test Editor page and test navigator panel are displayed.
  4. Perform any of the following actions:
    • Click the Action Menu icon and select Environment.
    • Right-click the application folder in the test navigator panel and select New > Environment.
    The Edit branch dialog is displayed.
    If the Edit branch dialog is not displayed, then go to step 6.
  5. Select your action to either select an existing Edit branch or create an Edit branch:
    • Perform the following steps to select an existing Edit branch:
      1. Select Use an existing edit branch.
      2. Select an Edit branch from the Select branch list if Edit branches already exist for your repository.
        Note:
        A warning message is displayed if the Edit branch, which you selected, is behind the source branch. To update the selected edit branch and maintain synchronization with the source branch, you can select the Update branch option when switching checkbox.
      3. Click Ok.
    • Perform the following steps to create the Edit branch:
      1. Select Create new edit branch.
      2. Enter a name for the Edit branch in the Branch Name field.
      3. Click Save.
  6. Perform the following steps to configure the environment details in the Create Environment dialog.
    1. Select a target application from the Application drop-down list.
    2. Enter a unique name for your environment in the Name field.
  7. Click Done.
    The new environment is created, and it opens in the Test Editor for further configuration.
  8. Perform the following steps to add specific variables in the Variables section:
    1. Click + Create Variable.
    2. Enter the name of the variable in the Name column.
      For example, App_URL, username, or password.
    3. Enter the corresponding value for the variable in the Value column.
    4. Repeat these substeps to add all necessary variables for this environment.
  9. Click the Save icon Image of the save icon. to save the details.

Results

You have created an environment.

What to do next

You can perform the following tasks: