david_munro
11 years agoOccasional Contributor
Updating test environment URL's
Hi,
I created a bunch of tests in our DEV environrment and need to run them in our UAT envirnment, however, the URLs differ. Pages exactly the same, just different environemnt details etc...
Is there an easy way to change the URLs without having to manually update all the tests?
Thanks
David.
- Do you use nameMapping or just scripts?
Using scripts you can replace the string of your URL for a variable, this way you can update it when you want.
The same goes for nameMapping, you just need to change the URL for a Project Variable.