Search found 16 matches

by bwood
Tue Sep 03, 2019 3:28 pm
Forum: General Questions
Topic: Path not recognized with variables
Replies: 7
Views: 1757

Re: Path not recognized with variables

That makes sense - I'll check out opening via path and see if that fixes it. The mouse just seemed like the easiest option initially.
by bwood
Tue Sep 03, 2019 3:20 pm
Forum: General Questions
Topic: Path not recognized with variables
Replies: 7
Views: 1757

Re: Path not recognized with variables

Yes it is correct, I generalized the text in the initial post
by bwood
Tue Sep 03, 2019 2:56 pm
Forum: General Questions
Topic: Path not recognized with variables
Replies: 7
Views: 1757

Re: Path not recognized with variables

I have attached the snapshot. It is just a simple windows explorer window to select a file to open. The string appears to be a 100% match and I didn't find any hidden characters (checked in notepad++)
by bwood
Fri Aug 30, 2019 9:35 pm
Forum: General Questions
Topic: Path not recognized with variables
Replies: 7
Views: 1757

Path not recognized with variables

I have a path that recently stopped working and I am going crazy trying to find out why. /form[@title~'^Select\ the\ Default\ item\ ']/descendant-or-self::*/row[@index=$varIndex]/cell[@text<=$varFileNameWithExt] The variables are correct, when Ranorex reports the error it shows the correct values (s...
by bwood
Tue Aug 27, 2019 9:51 pm
Forum: General Questions
Topic: Agent reports wrong version number
Replies: 2
Views: 1111

Re: Agent reports wrong version number

Thank you, that fixed it.
by bwood
Tue Aug 27, 2019 1:36 pm
Forum: General Questions
Topic: Agent reports wrong version number
Replies: 2
Views: 1111

Agent reports wrong version number

I am trying to install and run Ranorex agent on another machine in my network. I installed version 6.0.0 from the link in Studio. However, once the agent is setup I get an error stating that I must install a newer version (at least 5.0.0). I'm not sure what to do as I thought 6.0.0 was greater than ...
by bwood
Tue Apr 23, 2019 1:59 pm
Forum: General Questions
Topic: Custom Report Directory
Replies: 2
Views: 1016

Re: Custom Report Directory

Thanks for the reply, I will do that!
by bwood
Fri Apr 19, 2019 4:21 pm
Forum: General Questions
Topic: Custom Report Directory
Replies: 2
Views: 1016

Custom Report Directory

Hello, I have been trying to set a custom report directory and noticed that the setting only applies when running a complete test suite, not when testing individual modules or steps. Is there a global setting somewhere where I can change the directory for all reports, not just ones when running a co...
by bwood
Mon Mar 18, 2019 2:00 pm
Forum: General Questions
Topic: Smart Folder Condition not reading correct value from global parameter
Replies: 1
Views: 1040

Re: Smart Folder Condition not reading correct value from global parameter

Not sure if answering my own post is ok, but if anyone else is having this problem I solved it by realizing that I had two parameters with the same name in different scopes. Tricky to solve because they are both referenced the same way.
by bwood
Mon Mar 18, 2019 1:56 pm
Forum: General Questions
Topic: Smart Folder Condition not reading correct value from global parameter
Replies: 1
Views: 1040

Smart Folder Condition not reading correct value from global parameter

Hi, I have a global parameter in my Test Suite called "11installstatus". At the beginning of my suite, a code module runs that then sets the value of status using TestSuite.Current.Parameters["11installstatus"] = "C"; I then check the value using Report.Info("Value", TestSuite.Current.Parameters["11...
by bwood
Thu Feb 14, 2019 3:14 pm
Forum: General Questions
Topic: MSBuild compiling
Replies: 3
Views: 2059

Re: MSBuild compiling

Yes, that is exactly what I needed! Thanks
by bwood
Thu Feb 14, 2019 2:55 pm
Forum: General Questions
Topic: MSBuild compiling
Replies: 3
Views: 2059

MSBuild compiling

Hi,

I could not find any information on this anywhere and plan on using MSBuild in my project.
When compiling / executing outside of Ranorex, are all modules executed in order no matter what? I would like to know specifically if unchecked or disabled tests are included in the MSBuild.

Thanks
by bwood
Mon Feb 04, 2019 5:39 pm
Forum: Automation Tools
Topic: ApplicationNotRespondingException
Replies: 2
Views: 1343

Re: ApplicationNotRespondingException

Interestingly, my WPF setting was set to WPFPreferred. I changed it to Improved and it broke several other modules but fixed my issue. Thanks!

Edit: Actually it didn't fix it unfortunately. The commands that are failing are mouse clicks.
by bwood
Mon Feb 04, 2019 2:56 pm
Forum: Automation Tools
Topic: ApplicationNotRespondingException
Replies: 2
Views: 1343

ApplicationNotRespondingException

Ranorex Version : 8.3.2 OS : Windows 10 Hi, I am having an issue with Ranorex throwing an ApplicationNotRespondingException when my application is not unresponsive. I have pasted the exact error at the bottom of this post. I have tried editing the RanorexConfig8.xml file and increasing the functione...
by bwood
Wed Jan 30, 2019 8:11 pm
Forum: Automation API
Topic: Popup Watcher setup
Replies: 2
Views: 3070

Re: Popup Watcher setup

Thanks - the webinar link cleared things up and was very helpful.