test case can't excute on other compute
test case can't excute on other compute
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?
You do not have the required permissions to view the files attached to this post.
Re: test case can't excute on other compute
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
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

Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
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
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: test case can't excute on other compute
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
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
Thank you!