How to move project from one computer to another?

Best practices, code snippets for common functionality, examples, and guidelines.
dugovic.milan
Posts: 68
Joined: Wed Jun 29, 2016 1:19 pm
Location: Frankfurt, Germany
Contact:

How to move project from one computer to another?

Post by dugovic.milan » Wed Sep 07, 2016 8:12 am

Scenario:
The whole project has been developed on remote-desktop computer and as to project itself it is data-driven so all the data (including the data sources) are stored on network drive. Now, I want to move the whole thing into my local computer (which I did actually with simple COPY/PASTE of my project) provided that everything will run smoothly as before. The thing is, that for some reason all my test-suits are blocked (displayed in report) and my console says my repository items can not be found. Aren't they part of the project-folder? Thanks
Ranorex Explorer @DVAG
Support my Ranorex Ideas & Improvements
My current approach: Ranorex 9.2.0

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: How to move project from one computer to another?

Post by odklizec » Wed Sep 07, 2016 8:27 am

Hi,

At first, it is not recommended to use network drive for data sources. You should always have all your test data stored locally!

At second, I would suggest you to use proper version control system, ideally, together with some kind of continuous integration system, to distribute tests between computers. If you don't want/cannot mess with Continuous Integration setup right now, use at least Ranorex Remote functionality. In any case, you should definitely use some kind of version control system, with which you should easily be able distribute all required files across multiple computers. Eventually, you can use following tutorial how to deploy tests:
http://www.ranorex.com/support/user-gui ... yment.html

If you still receiving an error, please post the exact error you are getting, ideally post entire Ranorex report.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration