0

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

R.Johnston
  • 13
  • 3
  • Possible duplicate of [Execute Coded UI Tests in multiple environments](https://stackoverflow.com/questions/33239523/execute-coded-ui-tests-in-multiple-environments) – AdrianHHH Feb 21 '19 at 16:19

1 Answers1

0

I think this question is a duplicate of this one.

Other questions with related ideas include this and this.

AdrianHHH
  • 13,492
  • 16
  • 50
  • 87