Search found 10 matches

by Gh15ty
Thu May 26, 2016 5:34 pm
Forum: General Questions
Topic: Suggestions for setting up Automated Regression suite
Replies: 7
Views: 1626

Re: Suggestions for setting up Automated Regression suite

You could look at the new ranorex remote functionality in 6.0. Straight forward and might be enough for the moment. Only downside is that there is a manual step involved in executing the tests as apposed to them being done automatically after each new deployment, but apart from installing the agents...
by Gh15ty
Tue Oct 27, 2015 12:38 pm
Forum: Bug Reports
Topic: [5.4.1] FireFox Plugin Not Working in Private Mode
Replies: 5
Views: 2296

Re: [5.4.1] FireFox Plugin Not Working in Private Mode

Looks good. Thanks.
by Gh15ty
Mon Sep 07, 2015 1:19 pm
Forum: Bug Reports
Topic: [5.4.1] FireFox Plugin Not Working in Private Mode
Replies: 5
Views: 2296

Re: [5.4.1] FireFox Plugin Not Working in Private Mode

The new plugin is enabled and works fine in normal mode. Only get the problem when we open it in private mode. The only other difference that might be worth mentioning is that our test machines have a group policy set by IT to control deployment of browsers, so we are running Nightly version 40 from...
by Gh15ty
Fri Sep 04, 2015 5:45 pm
Forum: Bug Reports
Topic: [5.4.1] FireFox Plugin Not Working in Private Mode
Replies: 5
Views: 2296

[5.4.1] FireFox Plugin Not Working in Private Mode

FireFox Version: 40.0
Ranorex Version: 5.4.1.25490

Opening Firefox in normal mode allows for elements to be identified with the spy, but as soon as the browser is opened in Private mode, trying to identify any elements shows the "Ranorex Limitation" popup and prompts you to run the wizard again.
by Gh15ty
Fri Apr 24, 2015 12:24 pm
Forum: Bug Reports
Topic: [5.3.0] Spy Not Picking up AutomationID in WPF App
Replies: 6
Views: 2968

Re: [5.3.0] Spy Not Picking up AutomationID in WPF App

On first glance, looks like this is fixed in version 5.3.2.

Cheers
by Gh15ty
Mon Mar 23, 2015 6:17 pm
Forum: Bug Reports
Topic: [5.3.0] Spy Not Picking up AutomationID in WPF App
Replies: 6
Views: 2968

Re: [5.3.0] Spy Not Picking up AutomationID in WPF App

I've got around it in the short term by setting UiaOnly in the spy.

Settings > Plugins > WPF > WPF Legacy / UIA Interaction = UiaOnly
by Gh15ty
Thu Mar 05, 2015 10:29 am
Forum: How To …
Topic: Best Practices for Build Server & different Ranorex versions
Replies: 4
Views: 2816

Re: Best Practices for Build Server & different Ranorex versions

For each branch I have an assemblies folder that I drop the Ranorex libraries into and then add a reference to that. Each branch uses the same location (in relation to the where the sln file lives), but because they are separate branches you put what ever version you want in there. Currently my Trun...
by Gh15ty
Thu Mar 05, 2015 10:12 am
Forum: Bug Reports
Topic: [5.3.0] Spy Not Picking up AutomationID in WPF App
Replies: 6
Views: 2968

Re: [5.3.0] Spy Not Picking up AutomationID in WPF App

Hi Markus

Thanks for the reply, have emailed separately.

Cheers
Darren
by Gh15ty
Tue Mar 03, 2015 5:13 pm
Forum: Bug Reports
Topic: [5.3.0] Spy Not Picking up AutomationID in WPF App
Replies: 6
Views: 2968

[5.3.0] Spy Not Picking up AutomationID in WPF App

Hi Got a strange issue since upgrading to 5.3.0. I am automating a WPF application and thought I would try the new native wpf mode for object identification. I have got wpfPreferred and 'Show All Elements' enabled, apart from that all settings are default. When I now spy objects, I no longer see the...
by Gh15ty
Fri Nov 14, 2014 1:34 pm
Forum: Automation API
Topic: Turn off Object Repository Exceptions
Replies: 1
Views: 1914

Turn off Object Repository Exceptions

We are using Ranorex in a custom framework built using Visual Studio (c#) but still using the Object Repository. The only problem we have (more slight annoyance) is that the code generated from the repo is set to throw an exception on the CreateAdapter method by default. public virtual Ranorex.Butto...