Environments

What are environments in a test case management system?

Environments in a test case management system are an additional entity which allows you to represent your real-life infrastructure environments and then specify which of the environment a test run should be executed in.

How to create an environment?

To create a new environment, navigate to the Project's "Environments" tab, then hit "Create new environment":

Define the new environment's properties:

  • Title: mandatory field, descriptive name of an environment which will be appearing in the test runs (i.e., Production Env)

  • Slug: mandatory field, a URL-friendly shortened version of the title (i.e., “prod”)

  • Description: optional field for extra context about the environment and what it's to be used for

  • Host: optional field, the URL address of the environment (as a reference)

Once created, your new environment can now be used as a property of a test run:

Last updated