Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • The full hostname and path. For example, www1.myhost.com will exclude all requests to www1.myhost.com. Another example, www1.myhost.com/mypath/ will ex
    • Wildcard hostname. For example, *.myhost.com . That will exclude all requests to hosts like www1.myhost.com and www2.myhost.com.
    • The full hostname and wildcard path. For example, www1.myhost.com/excluded_parent/* will exclude all requests to host www1.myhost.com that have a parent path excluded_parent
    • Wildcard hostname and wildcard path For example, *.myhost.com/excluded_parent/*

         

 2. In Test Wizard, select Record Test Case step (e), click Other Options (f), in the appeared pop-up window select Excluded Hosts (g), enter the hosts in the text area (h) and click OK.

...