Hi,
I've tested ranorex for some days now, created "MyTest", recorded some trivial tests and executed them successfully. I've then used the "MyTest.exe" to execute the tests at night on my Hudson build server. No problems so far.
Now the solution grew into multiple projects with a lot of modules and some user code and I'm facing some problems or have some questions: First of all, there are more than one exe file. I thought there would be one exe file for the whole solution / test suite and dlls for all the child projects, right? Why there are multiple exe files? Which exe should I use to run the tests on the build server? Can I use a single exe to execute the test suite including other projects or do I have to call multiple exe files?
thanks,
Tim