Search found 54 matches

by uhmdown
Sun Nov 12, 2017 12:38 pm
Forum: Bug Reports
Topic: Cannot always detect repo-items if PopupWatcher is running
Replies: 10
Views: 1890

Re: Cannot always detect repo-items if PopupWatcher is running

Ok, I was playing around with this, and I actually managed to find a workaround. Immediately after starting the popupwatcher, I was accessing repoitem that xpathed to an icon on the desktop (to launch the SUT), and then object detection froze. But simply starting the PopupWatcher after having access...
by uhmdown
Fri Nov 10, 2017 9:06 pm
Forum: Bug Reports
Topic: Cannot always detect repo-items if PopupWatcher is running
Replies: 10
Views: 1890

Re: Cannot always detect repo-items if PopupWatcher is running

I tried putting delays all over the code, up to 10 secs. Didn't help. Also turned out that it happens even when the SUT was launched without admin by the Agent; I just got lucky that time it worked. So that theory falls flat. But yeah, I think you're right. Something with the PopupWatcher running in...
by uhmdown
Fri Nov 10, 2017 3:03 pm
Forum: Bug Reports
Topic: Cannot always detect repo-items if PopupWatcher is running
Replies: 10
Views: 1890

Re: Cannot always detect repo-items if PopupWatcher is running

It could be the Remote Agent, but I'm leaning towards the PopupWatcher.

Because if I don't start a PopupWatcher, then the deployed TestSuite has no problems detecting any Repo items.
by uhmdown
Fri Nov 10, 2017 2:51 pm
Forum: Bug Reports
Topic: Cannot always detect repo-items if PopupWatcher is running
Replies: 10
Views: 1890

Re: Cannot always detect repo-items if PopupWatcher is running

Ah, but Ranorex Suite or Spy have no problems with the SUT running as Admin (I always run them as Admin). But what about the RemoteAgent that I'm deploying to (a VMware running on a different PC)? It only happens when I'm using a Remote Agent that launches the SUT as Admin. Infact, even if I manuall...
by uhmdown
Fri Nov 10, 2017 2:42 pm
Forum: Bug Reports
Topic: Cannot always detect repo-items if PopupWatcher is running
Replies: 10
Views: 1890

Re: Cannot always detect repo-items if PopupWatcher is running

Ok, I had an idea about why it might be failing, and it turned out to be right. The issue has something do with launching the Software-under-test as Admin. If I launch it without admin, then Ranorex has no problems with it. But if it is launched as admin (I direct the RemoteAgent to perform a rightc...
by uhmdown
Fri Nov 10, 2017 2:07 pm
Forum: Bug Reports
Topic: Cannot always detect repo-items if PopupWatcher is running
Replies: 10
Views: 1890

Cannot always detect repo-items if PopupWatcher is running

Hi, I'm am struggling with what seems to be a bug in Ranorex. I have a repo item that I want to access, but before that I launch a PopupWatcher. The thing is that I know the repo-item Xpath is correct (RanorexSpy and Ranorex Suite have no problems), when I have deployed it to an agent running in VMw...
by uhmdown
Thu Oct 19, 2017 3:34 pm
Forum: Automation Tools
Topic: Recorder module produces messy repository
Replies: 3
Views: 1422

Re: Recorder module produces messy repository

Awesome !

That did it. Thanks alot.
by uhmdown
Thu Oct 19, 2017 8:53 am
Forum: Automation Tools
Topic: Recorder module produces messy repository
Replies: 3
Views: 1422

Recorder module produces messy repository

Hi, I have a colleague that doesn't have the coding experience to create tests with C# or manually build a repository with good Xpath queries. So instead, the person is trying to use the recording module exclusively. But the thing is, the repository that the recorder generates is messy. Like, super ...
by uhmdown
Thu Oct 19, 2017 8:43 am
Forum: General Questions
Topic: Ripping out testcasename and pass/fail from reports
Replies: 2
Views: 1180

Re: Ripping out testcasename and pass/fail from reports

Hi Just, Your idea is right, but the file you're trying to parse is wrong. If you open "rxlog" with a text editor like notepad, you'll see that it contains almost no html; just a bunch of javascript; definitely not the data you were looking for. The file you want to run through your code is the "rxl...
by uhmdown
Fri Sep 29, 2017 4:49 pm
Forum: Bug Reports
Topic: User Code Collection browser Filter needs to be throttled
Replies: 1
Views: 1478

User Code Collection browser Filter needs to be throttled

Browsing for a method with the filter in the User Code Collection Library browser is horribly inefficient. Every single key press triggers a filtering update, which is super annoying when the user code collection library is large. At the very least you need to implement some throttling. Forgive me i...
by uhmdown
Mon Aug 21, 2017 3:07 pm
Forum: Automation Tools
Topic: Unable to grab screenshot of element when running in VMware
Replies: 2
Views: 2161

Unable to grab screenshot of element when running in VMware

(Ranorex 7.1.0) We are performing some screenshot comparisons of specific elements in a WPF C# application. When we run this on the host machine, this works fine. But when we deploy the testsuite to a VMware image, the screenshot mechanism causes the element to turn blank for a brief moment. The scr...
by uhmdown
Fri Aug 04, 2017 9:59 am
Forum: Automation Tools
Topic: Git merging and conflict-resolving Ranorex Repositories
Replies: 15
Views: 6152

Re: Git merging and conflict-resolving Ranorex Repositories

Thank you; these are good points.
by uhmdown
Wed Aug 02, 2017 2:17 pm
Forum: Automation Tools
Topic: Git merging and conflict-resolving Ranorex Repositories
Replies: 15
Views: 6152

Re: Git merging and conflict-resolving Ranorex Repositories

Thx for your replies. We are using 7.1 with integrated Git. We are are only ignoring the cs files associated with repo files. We placed all repositories in a dedicated folder, so we just ignore the cs files in that specific folder. All other cs files, including those created by recording modules, ar...
by uhmdown
Wed Aug 02, 2017 1:29 pm
Forum: Automation Tools
Topic: Git merging and conflict-resolving Ranorex Repositories
Replies: 15
Views: 6152

Git merging and conflict-resolving Ranorex Repositories

We are using Git for source control, and are approaching a scenario where we need to merge a repository that has branched. I'm wondering, what's the best way to do this? A couple of thoughts so far (please correct me if I'm wrong): - The cs file can be added to the ignore list, because Ranorex autog...