Search found 6 matches

by rphmee
Fri Oct 05, 2018 4:30 pm
Forum: General Questions
Topic: Tests Crashing When Run as Administrator
Replies: 3
Views: 1147

Re: Tests Crashing When Run as Administrator

Thanks for the response.

I'm using 8.2.1 on Windows 10. It seems that uninstall/reinstall temporarily fixes the issue, but once it pops back up it remains. I'll take a look at the logs when I get a chance.
by rphmee
Fri Oct 05, 2018 2:55 pm
Forum: General Questions
Topic: Tests Crashing When Run as Administrator
Replies: 3
Views: 1147

Tests Crashing When Run as Administrator

When running Ranorex as Administrator and then trying to run my tests, the tests crash after the first few seconds of running and give no indication as to why. The same tests when run normally run to completion without issue. There are certain tests in my test suite that require admin privileges so ...
by rphmee
Mon Aug 13, 2018 5:10 pm
Forum: General Questions
Topic: Google Chrome Element Paths Keep Changing
Replies: 2
Views: 1281

Google Chrome Element Paths Keep Changing

Has anyone else come across this issue? Elements in Chrome will work for a while, but at some point their path suddenly changes and they can no longer be found. This happens for basic elements in Chrome like the search bar. For some elements I currently have up to 4 different repo elements all with ...
by rphmee
Thu Aug 09, 2018 8:12 pm
Forum: General Questions
Topic: Variable in RxPath Not Updating During Test Case Run
Replies: 5
Views: 1216

Re: Variable in RxPath Not Updating During Test Case Run

What I was referring to with "test case parameter" was the Parameter table you can reach by right clicking on a test case and going to data binding. What I was trying to do was change the value of one of these parameters from within the test case itself, which wasn't possible. I ended up switching a...
by rphmee
Thu Aug 09, 2018 2:43 pm
Forum: General Questions
Topic: Variable in RxPath Not Updating During Test Case Run
Replies: 5
Views: 1216

Re: Variable in RxPath Not Updating During Test Case Run

That seems to be what I'm trying to do. The path I'm using in my repo is: table/tbody/tr[$machineRow]/td[11]/a[@innertext='Edit'] Then in my user code I set machineRow (which is a test case parameter) to whatever row my user code determines, but it seems that this value isn't being used when I acces...
by rphmee
Wed Aug 08, 2018 8:40 pm
Forum: General Questions
Topic: Variable in RxPath Not Updating During Test Case Run
Replies: 5
Views: 1216

Variable in RxPath Not Updating During Test Case Run

I currently have a test case parameter that I'm using to complete the path of an element in my repository. A section of user code in this test case changes the value of this parameter during the test's execution, however it seems that the path is setting its value to the original parameter value at ...