Page 1 of 1

Multiple Versions

Posted: Thu Jul 11, 2013 6:50 pm
by TDCINick
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

Re: Multiple Versions

Posted: Thu Jul 11, 2013 7:09 pm
by krstcs
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.