Search found 178 matches

by carsonw
Fri Jul 22, 2016 5:15 pm
Forum: General Questions
Topic: Information logging when reports are not generated
Replies: 1
Views: 1306

Information logging when reports are not generated

Hello, various circumstances can occur that result in a Ranorex test terminating without a report being generated. In these cases, it's very difficult to determine the cause of failure. I'll give an example of a cause, and a brief description of our test execution process. If you do the following: E...
by carsonw
Sat Mar 05, 2016 2:07 am
Forum: Automation Discussions
Topic: Any using Visual Studio 2015 / Any Issues?
Replies: 7
Views: 3424

Re: Any using Visual Studio 2015 / Any Issues?

Here's another one:

Visual Studio 2015:

using static System.String;

Builds... in Ranorex it fails
by carsonw
Sat Mar 05, 2016 1:28 am
Forum: Automation Discussions
Topic: Any using Visual Studio 2015 / Any Issues?
Replies: 7
Views: 3424

Re: Any using Visual Studio 2015 / Any Issues?

Hi there - basically I can build the solution in Visual Studio 2015 just fine, but if I build it in Ranorex it errors out on the line of code. If I change it to the code I mentions, it builds correctly
by carsonw
Wed Mar 02, 2016 6:56 pm
Forum: Automation Discussions
Topic: Any using Visual Studio 2015 / Any Issues?
Replies: 7
Views: 3424

Re: Any using Visual Studio 2015 / Any Issues?

It looks like Ranorex doesn't understand null propagation, which Visual Studio 2015 does: This is ok: if (Command.Connection != null) { Command.Connection.Close(); } But this is not: Command.Connection?.Close(); I'm not sure if there are other "gotchas" lurking about, but there's one at least...
by carsonw
Tue Nov 03, 2015 11:12 pm
Forum: Automation Discussions
Topic: Any using Visual Studio 2015 / Any Issues?
Replies: 7
Views: 3424

Any using Visual Studio 2015 / Any Issues?

Soon we'll be upgrading to Visual Studio 2015 / ReSharper 10. Has anyone been using Ranorex with Visual Studio 2015? We're using 2013 right now without any issues.

Has anyone run into any problems? Thanks!

Carson.
by carsonw
Mon Jun 29, 2015 5:16 pm
Forum: General Questions
Topic: Been asking for this feature for a long time now...
Replies: 5
Views: 2330

Re: Been asking for this feature for a long time now...

Hi carsonw, Thank you for your valuable feedback and we are very sorry for the inconvenience this have caused. When I got it correctly you want to shown the real time (machine time) instead of the duration in the report, right? If so, this feature should be part of Ranorex 5.4, which should be rele...
by carsonw
Thu Jun 18, 2015 5:35 pm
Forum: General Questions
Topic: Been asking for this feature for a long time now...
Replies: 5
Views: 2330

Been asking for this feature for a long time now...

I've asked in seminars, via email and possibly on the board as well, I can't remember. But I'm asking again. Admittedly something of a work around was offered a year or two ago, but that was at a different company and the code has been lost to me. It would be preferable to have a baked in piece of c...
by carsonw
Wed Nov 05, 2014 10:21 pm
Forum: Automation Tools
Topic: Removed TFS settings - still prompted for server...
Replies: 4
Views: 2426

Re: Removed TFS settings - still prompted for server...

Thanks for your response - yes I completely misread the TFS option. I did actually figure out how to correct this - making a new solution didn't do it. It had to got through each, individual project file and manually remove the references to TFS, then the problem resolved itself. If anyone else runs...
by carsonw
Mon Nov 03, 2014 10:02 pm
Forum: Automation Tools
Topic: Ranorex & Visual Studio 2013
Replies: 1
Views: 1899

Ranorex & Visual Studio 2013

Hi guys, when opening the solution generated by Ranorex in Visual Studio 2013, Visual Studio insists on converting the solution saying that it's not compatible. It's frustrating because Ranorex re-generates the solution every time, so ever time I have to do this conversion and go and delete the fold...
by carsonw
Mon Nov 03, 2014 9:55 pm
Forum: Automation Tools
Topic: Removed TFS settings - still prompted for server...
Replies: 4
Views: 2426

Removed TFS settings - still prompted for server...

Hi there, we switched our source control from TFS to SVN. In the Tools -> Options --> Tools TFS Options "Enable" is unchecked. Subversion Options is checked. Yet every time I launch I'm asked to select a team foundation server.

Is there any way I can get rid of this? Thanks!

Carson.
by carsonw
Mon Sep 22, 2014 6:04 pm
Forum: General Questions
Topic: Running Ranorex from a virtual Machine on Mac OSX
Replies: 4
Views: 2576

Re: Running Ranorex from a virtual Machine on Mac OSX

Ok that's great, thanks so much for your help!
by carsonw
Mon Sep 22, 2014 5:27 pm
Forum: General Questions
Topic: Running Ranorex from a virtual Machine on Mac OSX
Replies: 4
Views: 2576

Re: Running Ranorex from a virtual Machine on Mac OSX

That's good to know, thanks so much for the info.

one follow up question, is able to run the VM completely separately? By that I mean, can he run a test on the VM, minimized, and do other work while ranorex is running in there?
by carsonw
Mon Sep 22, 2014 4:35 pm
Forum: General Questions
Topic: Running Ranorex from a virtual Machine on Mac OSX
Replies: 4
Views: 2576

Running Ranorex from a virtual Machine on Mac OSX

Just wondering if this would be possible... basically you would have a mac running OSX, and hten within that you would have a Windows based VM (such as through Parallels) on which ranorex would be installed. Would it then be possible for ranorex to run tests there? I just wonder about it getting con...
by carsonw
Thu Aug 21, 2014 10:55 pm
Forum: Bug Reports
Topic: Bug: PerformClick waits indefinitely if no response...
Replies: 7
Views: 2548

Re: Bug: PerformClick waits indefinitely if no response...

Well I very much appreciate you taking the time to respond! It's above and beyond the call of duty. It would be nice to hear back from Ranorex so we could both know for sure what's happening. I'm bringing it up again because I am once again running into this problem and it's really frustrating. In t...
by carsonw
Tue Jul 29, 2014 4:40 pm
Forum: Object Identification and Technologies
Topic: Unable to interact with object collections in a list...
Replies: 4
Views: 2059

Re: Unable to interact with object collections in a list...

Yes - that does help thanks! For my own curiosity - how does Ranorex know that the element changed? The path to the elements remained the same...