Hi,
I have created a project using Ranorex Studio that has test cases and recording modules etc.
What files do I need to be able to re-create the executable and test suite file using a C# command line compiler?
Files needed to create exe
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Files needed to create exe
Hi,
Regards,
Peter
Ranorex Team
You need all code files to compile your solution. But the best would be to use the whole solution and compile the solution file. Internally we also use this for our tests.bsing wrote:What files do I need to be able to re-create the executable and test suite file using a C# command line compiler?
Regards,
Peter
Ranorex Team