General understanding of Ranorex execution

Ask general questions here.
Mayra
Posts: 68
Joined: Mon Dec 16, 2013 5:27 am

General understanding of Ranorex execution

Post by Mayra » Fri Jan 17, 2014 12:38 am

I notice that when I execute a code module a file with the extension of .Runner gets created and then it gets removed. I tried to modify the properties of the class indicating Build Action Compile and To "Always" copy to directory. The executable does not get created as soon as it is done executing it gets deleted. How can I change that behavior?
Also, I want to better understand how the code modules get executed, what is the entry point for the modules?
Thanks.

mebner

Re: General understanding of Ranorex execution

Post by mebner » Thu Jan 23, 2014 4:59 pm

Hi Mayra,

It is not designed to just create a executable of a single UserCode module, but you can create a executable of the project which includes the module.
The entry point for the actions of the modules is the "void ITestModule.Run()" method.

Regards,
Markus