Page 1 of 1

General understanding of Ranorex execution

Posted: Fri Jan 17, 2014 12:38 am
by Mayra
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.

Re: General understanding of Ranorex execution

Posted: Thu Jan 23, 2014 4:59 pm
by mebner
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