We have a server to build our project, and we'd like to run the automated tests every day on this server, thus the runtime license. I setup everything on the build server yesterday and noticed my test can't complete correctly.
After some testing, I decided to check the item on the build server using Ranorex Spy. I uninstalled the runtime license and used Spy. To my surprise, it found the same RxPath for that item than on my developpement machine. I ran the test again using the same compiled test exec before reinstalling my license. It worked flawlessly and completed the test as it does on my dev machine...
Here's the RxPath for my item :
I did some debugging and with the runtime license, it can see up to this RxPath :/form[@controlname='MainView']/element[@controlname='uipWorkspaceGroup']/element[@controlname='uipWorkspace']/container/container/container/container[@controlname='gridEXAccounts']/table[@accessiblename='gridEXAccounts']
Afterward, it will never find anything unless I'm not using the runtime license./form[@controlname='MainView']/element[@controlname='uipWorkspaceGroup']/element[@controlname='uipWorkspace']/container/container/container
We can't run the tests from my machine since we want the automated test to run everytime there's a new build.
I'd like some help here, I can't find any solution.
Thanks