Tests set up for remote machines aren't executing
Attached to is a screenshot of the failed log
remote machine test execution fail
remote machine test execution fail
- Attachments
-
- screenshot of failed test
- RanorextestExecutionFail.png (112.74 KiB) Viewed 1058 times
Re: remote machine test execution fail
Hello Mander,
I suggest contacting Ranorex Support ([email protected]). This appears to be an issue with locating the zipped rxtst prior to sending to the remote agents.
Additionally, what version of ranorex are you using? 6.0 or 6.0.1?
Thanks,
Andy
I suggest contacting Ranorex Support ([email protected]). This appears to be an issue with locating the zipped rxtst prior to sending to the remote agents.
Additionally, what version of ranorex are you using? 6.0 or 6.0.1?
Thanks,
Andy
Normal people... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
-Scott Adams
-Scott Adams

Re: remote machine test execution fail
Hi Mander,
I ran into the same issue and looking at the error your are getting I see you have a space in your project's name. Spaces in your project's name is no longer supported since v6.0 since the Remote Agent came out, because the Remote Agent can't handle spaces in the names. Unfortunately Ranorex does not correct this itself when you first upgrade from an earlier version to v6.0.
What I did to resolve this myself is the following: (took me only 15-30 min)
I created a new solution, imported all my .rxrec and related .cs/UserCode.cs files into the new solution and copied the repository into my new solution. I imported my Library folder. I set up the TestSuite with all the test cases again (thank god for that auto-create function now, that’s a big timesaver) and finally I changed all the repository references to the new namespace.
Hope this helps you
I ran into the same issue and looking at the error your are getting I see you have a space in your project's name. Spaces in your project's name is no longer supported since v6.0 since the Remote Agent came out, because the Remote Agent can't handle spaces in the names. Unfortunately Ranorex does not correct this itself when you first upgrade from an earlier version to v6.0.
What I did to resolve this myself is the following: (took me only 15-30 min)
I created a new solution, imported all my .rxrec and related .cs/UserCode.cs files into the new solution and copied the repository into my new solution. I imported my Library folder. I set up the TestSuite with all the test cases again (thank god for that auto-create function now, that’s a big timesaver) and finally I changed all the repository references to the new namespace.
Hope this helps you
Re: remote machine test execution fail
fixed it, thank you





