My situation.
We have a Dev and Staging environment. I already have coded ui tests running within a solution for my Dev environment and they work perfectly. Is it possible to copy these tests, amend the website it goes to (can do it in the code - BrowserWindow Launch) and run them in a different solution? I tried and as soon as I change it in the new solution, it changes the original test. Both environments have the exact same functionality.
This would save me a lot of time, if it is possible.
Cheers Russ