URL Override Overview
You may encounter a testing scenario where you wish to test multiple sites without creating multiple tests. Functionize offers the option to override the originally recorded URL with a different site. This is especially helpful when testing in multiple environment.
This field also supports comma delimited lists to override multiple URLs per test.
Note: This will not work without the leading https:// for each URL.
URL Override
- Open your project and select your test to view the Test Details page
-
In the Actions menu
, select Test Settings
-
Open the Advanced tab
- In the Environment Management field, enter the new site(s) to test using the format below
-
Click Save
-
A success message will display to confirm the change
-
The new URL will be tested during the next execution of the test, see below that the Current URL is the new site compared to the original site listed in Modeled and Previous Successful Run columns
Field Input Format
Single URL Override:
string::replacement
For example:
https://www.yoursite.com::https://qa.yoursite.com
Multiple URL Override:
string::replacement,string::replacement,string::replacement
For example:
https://www.site.com::https://qa.site.com,https://www.site.com::https://dev.site.com