Executing an Orchestration in a Different Environment

Overview

By default, an orchestration executes its test cases against the environment URL specified within each individual test. If you need to run an entire orchestration against a different environment without editing each test case, you can override the URL at the orchestration level.

How It Works

To override the default environment for an orchestration, follow these steps:

  1. Go to the settings for the specific orchestration you want to configure.
  2. Navigate to the Advanced tab.
  3. Find the Environment Configuration section.
  4. In the URL override field, add the URL mapping in the following format: original_url :: override_url

This change will direct all test cases within the orchestration to run against the new override URL instead of the one saved in the base test cases. After applying this setting, trigger the orchestration again to run it in the new environment.

Limitations

This URL override is an orchestration-level setting and will apply to all test cases executed within that orchestration. It is not possible to use this method to run different tests against different environments within a single orchestration execution.

Related Information

If an orchestration runs in an unexpected environment, first confirm if a URL override has been set in the orchestration's Advanced settings. If no override is present, review the URL configured in the underlying test cases to determine the default execution environment.