we copy the executable-files compiled on a PC with Ranorex-Test-Suite to a PC with Ranorex-Test-Runner to execute the test. Many files are stored in the bin/release-folder of the project, those files are referenced in the rxtst-file only by there name and extension, e.g.:
<reference> Belege.exe </reference>But some files are referenced using relative path, e.g.:
<reference> ..\..\..\..\..\TestModul\Gemeinsam\Programmverwaltung\Programmverwaltung\bin\Release\Programmverwaltung.exe </reference>Did I mentioned: these are projects added later to the solution.
Where can I change the adjustment to use no relative paths? We want Ranorex-Test-Suite to store each executable in the same directory (so those executables can be copied easierly)?
Regards,
Thomas