URL Override

You may have 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 environments.

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

  1. Open your Project and select your test to view the Test Details page.

  2. In the Actions Menu, select Test Settings.
    URLOverride1.png
  3. Open the Advanced Tab.
    URLOverride2.png
  4. In the URL Override field, enter the new site(s) to test using the format below.
  5. Click Save.
    URLOverride3.png
  6. A success message will display to confirm the change.
    URLOverride4.png
  7. The new URL will be tested when you next execute the test. You can see below that the Current URL is the new site compared to the original site listed in Modeled and Previous Successful Run.
    URLOverride5.png

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