Page 1 of 1

Re: How to add existing functionality of ranorex project

Posted: Tue Nov 15, 2011 6:26 am
by Harshal Joshi
Hi All,
I want to know how to add existing functionality of one Ranorex project in anotherr Ranorex projects ? i.e how to add reference to do so ?

Re: How to add existing functionality of ranorex project

Posted: Tue Nov 15, 2011 9:47 am
by Support Team
Hi,

to do so you can:
  • either add the existing project to your new project (right-click on solution->Add->Existing Project),
  • or add the assembly file of your existing project to the references of your new project(right-click on References in solution->Add Reference->.Net Assembly->Browse->Choose your EXE or DLL assembly file).
After adding the project you can simply drag and drop the modules from the existing project to the new projects Test Suite using the Ranorex Module Browser

Regards,
Tobias
Support Team

Re: How to add existing functionality of ranorex project

Posted: Tue Nov 15, 2011 10:40 am
by Harshal Joshi
Thanks a lot. I got the solution to my problem.