Search found 47 matches

by Hondo
Mon Sep 28, 2020 9:53 pm
Forum: Bug Reports
Topic: After upgrade 9.2.0 > 9.3.3 TestSuite Won't Run
Replies: 5
Views: 2648

Re: After upgrade 9.2.0 > 9.3.3 TestSuite Won't Run

Please enough of the back and forth about .NET 4.6.2 SDK. I already said that I had installed and re-installed it multiple times. Searched the Forum and saw instructions to re-install .Net 4.6.2 => no diff Did it a couple more times with some reboots in between.. still no diff. Uninstalled everythin...
by Hondo
Mon Sep 28, 2020 5:34 pm
Forum: Bug Reports
Topic: After upgrade 9.2.0 > 9.3.3 TestSuite Won't Run
Replies: 5
Views: 2648

Re: After upgrade 9.2.0 > 9.3.3 TestSuite Won't Run

Yes. Multiple times. Pain in the neck.
by Hondo
Sat Sep 26, 2020 1:43 am
Forum: Bug Reports
Topic: After upgrade 9.2.0 > 9.3.3 TestSuite Won't Run
Replies: 5
Views: 2648

After upgrade 9.2.0 > 9.3.3 TestSuite Won't Run

Ran 'prerequisites.exe' and then the 9.3.3 installer. => no errors. both installs appeared to work fine. Loaded up one of my regression solutions and tried to run the TestSuite. Strange message: "C:\Program Files (x86)\Ranorex\Studio\Bin\AddIns\Misc\PackageManagement\NuGet.exe" restore "AcquisitionP...
by Hondo
Fri Nov 01, 2019 10:57 pm
Forum: General Questions
Topic: Ranorex v9.2 and WPF
Replies: 0
Views: 1141

Ranorex v9.2 and WPF

Just wanted to let you know that we finally got an opportunity to upgrade from v8.3 to v9.2 (in-between test cycles etc.) N' from the experience so far its been a profound improvement in testing our WPF application. These are the improvements that have helped so far: The Improved upgrading experienc...
by Hondo
Fri Jul 06, 2018 9:35 pm
Forum: Object Identification and Technologies
Topic: Find XPath or RXPath of an element
Replies: 9
Views: 10617

Re: Find XPath or RXPath of an element

Honestly, I’m still not quite sure what exactly you want to achieve and why you don’t use repo elements via parameters or call them directly in code (the later one is not a very good idea). I think you somehow trying to reinvent the wheel? But I may be missing something important ;) Nope, you're fi...
by Hondo
Fri Jul 06, 2018 5:32 pm
Forum: Object Identification and Technologies
Topic: Find XPath or RXPath of an element
Replies: 9
Views: 10617

Re: Find XPath or RXPath of an element

Hondo wrote:Need to redirect to the search to the Repository. So far, finding that difficult.
So which is the best/most efficient method to use for searching the Repository through code? (with just an automationid)

Thanks!
by Hondo
Sat Jun 30, 2018 1:30 am
Forum: Object Identification and Technologies
Topic: Find XPath or RXPath of an element
Replies: 9
Views: 10617

Re: Find XPath or RXPath of an element

Poking at this at the end of my day again. What I've realized is that using "Host.Local" is using the Desktop and finding the xpaths in the application. That works. Slowly, but it works. Employing the Unknown element adapter can perform actions on elements. Need to redirect to the search to the Repo...
by Hondo
Sat Jun 30, 2018 12:58 am
Forum: General Questions
Topic: Ranorex Constraint With Visual Studio 2017
Replies: 19
Views: 3644

Re: Ranorex Constraint With Visual Studio 2017

Could you please send us the whole RanorexStudio.log file? If it zips to small size, please upload it here, otherwise send it to support@ranorex.com please. I'm a bit out of ideas right now. If renaming modules is already slow, everything else probably will be, too. Renaming modules should have not...
by Hondo
Thu Jun 28, 2018 7:40 pm
Forum: Object Identification and Technologies
Topic: Find XPath or RXPath of an element
Replies: 9
Views: 10617

Re: Find XPath or RXPath of an element

Hi, The problem is, that Element.GetPath takes some parameters, which must be filled. Try this... string xPath = element.GetPath(PathBuildMode.Default); Cool thanks. Got there last night after reviewing the library documentation online. Tried the .Simple member too. I also had to use the .ToString(...
by Hondo
Wed Jun 27, 2018 5:42 pm
Forum: Object Identification and Technologies
Topic: Find XPath or RXPath of an element
Replies: 9
Views: 10617

Re: Find XPath or RXPath of an element

Quick sample... var element = Host.Local.FindSingle(.//*[@class='something' and @type='something']); //this returns first found element string xPath = element.GetPath(); // this should return xpath of found element I realize this is ~3 years old.. so have a quick question. I'm trying this out as a ...
by Hondo
Wed Jun 27, 2018 5:13 pm
Forum: General Questions
Topic: Ranorex Constraint With Visual Studio 2017
Replies: 19
Views: 3644

Re: Ranorex Constraint With Visual Studio 2017

Hondo wrote:I have to roll forward to .NET 4.7.1 and C++ 2017 again and do a new build.
Will let you know if any of the changes already made have had an impact.
Thanks!
Maybe helped a little but not much. e.g. Still painfully slow performing module manipulations (i.e. renaming)
by Hondo
Mon Jun 25, 2018 7:45 pm
Forum: General Questions
Topic: Ranorex Constraint With Visual Studio 2017
Replies: 19
Views: 3644

Re: Ranorex Constraint With Visual Studio 2017

Either close Firefox, install the Ranorex Firefox extension, or add "firefox" to the "Black-listed process names" setting of the Win32 plugin to get rid of that error message. See how your are? Force me into stuff I don't use or care about. K', you win. Opted for installing the Extension. Done. Dra...
by Hondo
Fri Jun 22, 2018 6:45 pm
Forum: General Questions
Topic: Ranorex Constraint With Visual Studio 2017
Replies: 19
Views: 3644

Re: Ranorex Constraint With Visual Studio 2017

Major Hang this morning from Ranorex. It got stuck in a bad loop trying to display the error.. I clicked the 'Send Report' button. Had to use TaskManager to close Ranorex. The program RanorexStudio.exe version 8.1.2.0 stopped interacting with Windows and was closed. To see if more information about ...
by Hondo
Fri Jun 22, 2018 1:14 am
Forum: General Questions
Topic: Ranorex Constraint With Visual Studio 2017
Replies: 19
Views: 3644

Re: Ranorex Constraint With Visual Studio 2017

Is this true for every dev machine you run Ranorex on or just a single one? Only have a 2 seat floating license. Used almost exclusively by two systems. Win10 Dev Desktop Win7 Workstation Do you get any warning messages, technology limitations or other error popups when using Ranorex? No. Are there...
by Hondo
Thu Jun 21, 2018 6:23 pm
Forum: General Questions
Topic: Ranorex Constraint With Visual Studio 2017
Replies: 19
Views: 3644

Re: Ranorex Constraint With Visual Studio 2017

Getting back to this.. Our products have evolved to using Visual Studio 2017, .NET 4.7.1 and MS C++ 2017 If I uninstall .NET 4.7.1 and MS C++ 2017.. YES I can install the Ranorex preReq version of C++ 2015 and Ranorex performance increases / returns to normal (on my Win10 desktop). Otherwise, C++ 20...