Multiple Versions

Ask general questions here.
TDCINick
Posts: 7
Joined: Tue Feb 05, 2013 6:26 pm

Multiple Versions

Post by TDCINick » Thu Jul 11, 2013 6:50 pm

What has been some best practices toward running tests on multiple versions of your software. We run test against our current product that is in production and we want to run those tests against the new version being developed. A lot of functionality is shared between the two versions but some of the UI and flow has changed in the new version. Would you create a whole new project in ranorex for the new version or try to adapt the existing tests so they run on both or something else?

Thanks

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Multiple Versions

Post by krstcs » Thu Jul 11, 2013 7:09 pm

If you have your test project under source-control (which you should) then you can fork your Ranorex project for each version of your SUT. The VCS should handle it for you. Make the changes you need in each version and keep it there.
Shortcuts usually aren't...