Skip to content

Adding environments

An environment is a single deployment of an application, defined by an ID. Each application can have multiple environments.

Unlike applications, you add environments yourself, but the application must exist on your instance first.

Add an environment

  1. Navigate to the Library page and select the Test Cases tab.
  2. Click the plus icon next to the Environments header.
  3. Enter an environment name. For example, UAT.
  4. Select or add a version. For example, 10.0.42. This is just a label you define yourself.
  5. Enter the base URL for the environment.

Once the form is submitted you'll see your environment in the left pane. You'll also get access to the All Tests folder, letting you create tests for your new environment.


Next: Setup test users