...
Environments are collections of variables that can be referenced within fields of your responder or action suite. test configuration.responder or action suite, as well as your test configurations.You can use environment variables to specify endpoints, database table names, connection properties, such as login credentials, etc. The names of variables will be substituted with the assigned values in the active environment. By switching which environment is the "active" environment, you can dynamically switch the environment-specific values at runtime.
...
Creating and switching environments is done through the Environments branch of the
test suite’s Test Case Explorer node.
The Environments branch is created by default when a new test suite is created.
Responder suite’s Virtual Asset Explorer node.
The Environments branch is created by default when a new Responder suite is created.
test suite's Test Case Explorer or Responder suite's Virtual Asset Explorer node.
...