I have the following problem: We use NAnt & Hudson/Jenkins to compile and run Ranorex tests automatically. When doing so, some modules aren't executed and the following error message is printed:
- Code: Select all
The module 'SomeModuleName' (with ID {b22cf739-754d-4bfe-9e52-cb893fb95791}) could not be found.
I checked the compiled dll (using a decompiler) and they contain the searched classes. I also searched for the ID mentioned above and can find them in the .rxrec file:
- Code: Select all
<recordtable id="..."
In the .vb file:
- Code: Select all
<TestModule("..."
as well as in the test suite (.rxtst):
- Code: Select all
<testmodule ... ref="..."
Could somebody give me a hint what is causing the problem? Is there something I have to keep in mind when compiling outside Ranorex?
Thanks,
Tim