Page 1 of 1

test case can't excute on other compute

Posted: Wed Jun 17, 2015 1:59 am
by tilloveg
When I copy record.exe and record.rxtst in debug on other computer which didn't install Ranorex, it can't excute. Does it need copy some Library of Ranorex on that machine?

Re: test case can't excute on other compute

Posted: Wed Jun 17, 2015 12:22 pm
by odklizec
Hi,

It is not enough to copy just exe and rxtst files! You need to copy also Ranorex dll files (from Program Files\Ranorex*\bin) and there must be installed also Ranorex license file (ProgramData\Ranorex3_Server.lic) on that computer! Not to mention Ranorex studio setup installs (if missing) also some system-required dependencies (.Net, VS runtimes, etc). See this discussion...
http://www.ranorex.com/forum/feature-re ... html#p7455
In other words, it's easier to install whole Ranorex Studio on that computer than to manually copy all dependencies ;)

Re: test case can't excute on other compute

Posted: Wed Jun 17, 2015 6:02 pm
by Support Team
Hi,

Thanks odklizec for your valuable input :).

I just wanted to add that you can also xcopy all the necessary files to the machine where you want to run your tests on, as it is described here: XCOPY Deployment.
On this page you can also see what files are needed to run your tests on another machine.

Regards,
Markus

Re: test case can't excute on other compute

Posted: Fri Jun 19, 2015 2:02 am
by tilloveg
Thank you!