Page 1 of 1

Run Ranorex test on remote machine

Posted: Tue Apr 24, 2012 12:56 pm
by piyush.mehta
Hello,

I have created a test project in Ranorex.
Now instead of running it evreytime on my machine, I want to run this test on another machine, taking its remote.
Could anyone advice regarding this.


Thanks !!!

Re: Run Ranorex test on remote machine

Posted: Tue Apr 24, 2012 4:04 pm
by Ciege
Your remote machine will need at least the Ranorex runtime installed and licensed.
Once that is done you can push a compiled script to a remote machine using PSExec (just one method that will work).

Re: Run Ranorex test on remote machine

Posted: Thu Apr 26, 2012 6:21 pm
by Support Team
All you need to do is copy the complete output folder of your Ranorex TestSuite project to the remote machine and start the executable file (produced by the project) there. See the Ranorex User Guide for more info.

As ciege said, you can start the executable e.g. using PSExec or the Windows Task Scheduler.

Regards,
Alex
Ranorex Team