Page 1 of 1

Using Project or DLL from AUT

Posted: Tue Jul 29, 2014 4:42 pm
by Finn
Hey,

I want to use/refer ( C# using) a Project from my AUT in the Ranorexsolution to call some methods of the Project from the Ranorex-Codemodules.
The Ranorex-sources are inside the AUT-source-directory. I guess i could refer the DLL, but i want to stay "up-to-date". Is there any chance to deal with that?

Thank you & beste regards,
Finn

Re: Using Project or DLL from AUT

Posted: Thu Jul 31, 2014 4:32 pm
by Support Team
Hi Finn,

In general when you reference a DLL in Ranorex Studio, Ranorex Studio will automatically refresh the DLL when you build your solution.
When you are not able to rebuild your solution you need to ensure that the updated DLL will be copied to the directory where the test executable is located in.

Regards,
Markus