Page 1 of 1

Ranorex studio test does not work in runtime?

Posted: Wed Sep 18, 2013 8:41 am
by jase888
I created a test to run in Visual Studio which works fine, it involves clicking buttons on some software we have developed. The issue is when I move it to a machine with Ranorex Runtime it gets through the first few stages and then can't find one of the buttons which it has no issue with on Ranorex Studio.

The test are exactly the same and the paths for each button are the same so i can't understand why Runtime can't find it.

Heres the output message it gives when the runtime test fails:

RanorexElementNotFoundException the folder 'TradeTest.Main.Repositry'

Any ideas?

Re: Ranorex studio test does not work in runtime?

Posted: Wed Sep 18, 2013 3:32 pm
by Support Team
Hi,

Please make sure that all prerequisites are installed on the machine where you want to run your tests.

May I ask you to post the full error message (report)?

Thanks,
Markus

Re: Ranorex studio test does not work in runtime?

Posted: Tue Oct 15, 2013 4:22 pm
by jase888
The issue was I needed the test.exe in the same file as Ranorex Test Suite (Runtime)

Thanks though