I have a quick question about building tests via Ranorex. I have test suites that I'd like to run; these are the .rxtst files. These .rxtst files are stored in a root folder. The .exe files that the .rxtst requires when it's run is stored in the root/bin/debut folder. I need to manually copy and paste the .exe file into the root folder everytime changes/updates are being made to my test suites.
--
Sometimes our developers will do re-factors or name changes and as a result, some paths will have changed names. For example, a path for one of my saved actions is originally:
Code: Select all
.../container[@name='view']//container[@name='problemDefTitledPane']//link[@name='importLink']
Code: Select all
.../container[@name='view']//container[@name='problemDefTitledPane']//link[@name='importConfigLink']
What's the easiest way for a developer making these changes to re-compile the .exe file that the .rxtst uses? Also, how do we have the .exe file automatically generated and put into the root folder instead of the root/bin/debug folder?
Ranorex version: 6.0.1
Windows 10
Thanks,
Brian