Which files do I need to run tests on runtime environment

Ranorex Studio, Spy, Recorder, and Driver.
ElSticky
Posts: 34
Joined: Tue Sep 17, 2013 1:45 pm

Which files do I need to run tests on runtime environment

Post by ElSticky » Wed Nov 06, 2013 10:17 am

I would like to run a test in a runtime environment but I don't know for sure which files I should copy. So I created the test on my machine and I would like to copy it to a test server. Currently I copied

Test.exe
Test.exe.config
Test.pdb
Test.rxtmg
Test.rxtst

Is this enough? Currently it crashes when running the executable but using only these files on my own machine works fine.

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Which files do I need to run tests on runtime environment

Post by krstcs » Wed Nov 06, 2013 5:08 pm

You need to install Ranorex on the test system. This is most likely the reason you are getting an error. Your compiled test uses Ranorex libraries that are installed with Ranorex.

You will also need a Ranorex license (either floating or node-locked) on the test system. This can be a run-time or higher license.

As far as what compiled files you need, copy everything in the "bin\Debug" folder in your Ranorex solution to the test system.
Shortcuts usually aren't...

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Which files do I need to run tests on runtime environment

Post by Support Team » Thu Nov 07, 2013 11:03 am

Hi,
please also see following forum post for further details.

Regards, Larissa