Copy a solution

Best practices, code snippets for common functionality, examples, and guidelines.
CWhiting
Posts: 26
Joined: Thu Mar 08, 2018 9:32 pm

Copy a solution

Post by CWhiting » Wed Dec 04, 2019 5:11 pm

I have a large number of Ranorex tests for our current product version. We will be creating a new version and I would like to copy the current solution to a new solution to eliminate any version dependencies. I want to be able to run either set of sets.

Are there any guideline for doing this?

User avatar
Stub
Posts: 515
Joined: Fri Jul 15, 2016 1:35 pm

Re: Copy a solution

Post by Stub » Thu Dec 05, 2019 9:10 am

We store our Ranorex tests alongside each version. So when we release a version we branch it in source control, thus creating a copy of the Ranorex solution that exists alongside and is fully compatible with that particular version. We then progress forwards with the new version, diverging as the product develops. We can then ditch or add anything as required.