Currently I am maintaining 3 different Test Lists that are are the same except for the enviroment they are meant to test. one is qa, one stage and the final is Prod. Our URLs vary depending on the enviroment we are trying to access. I have investigated using the BASE URL function when a base URL is entered I get the "/" in my navigation step however when I try to modify the navigation URL for playback my test fails. I believe this is due to the parameters before the base URL being the one I need to change not the ones after the URL.
Example:
1. Movies.com is my base URL
2. I want to hit a page of my site hollywood.movies.com
The paremeters change before the base. After watching the video here: http://tv.telerik.com/watch/automated-testing-tools/setting-base-url-in-webui-test-studio it looks like base URL can only handle parameters after the base. Has anyone run into this issue before or is there a known workaround that I am not finding.
Most of the sites I test have similar URL structures which will make maintenance of my test plans cumbersome.
Example:
1. Movies.com is my base URL
2. I want to hit a page of my site hollywood.movies.com
The paremeters change before the base. After watching the video here: http://tv.telerik.com/watch/automated-testing-tools/setting-base-url-in-webui-test-studio it looks like base URL can only handle parameters after the base. Has anyone run into this issue before or is there a known workaround that I am not finding.
Most of the sites I test have similar URL structures which will make maintenance of my test plans cumbersome.