Search found 26 matches

by CWhiting
Thu Mar 23, 2023 4:16 pm
Forum: Automation API
Topic: Test Run Status panel
Replies: 1
Views: 4073

Test Run Status panel

There is a test status panel shown when running a test with Ranorex. I have not been able to determin an offical name for this window.
RanorexTestStatus.jpg
Does the API provide and interface to this panel so the data can be customized?

What is the name of this window?
by CWhiting
Thu Mar 02, 2023 1:28 pm
Forum: Bug Reports
Topic: Upgrade prerequisites - failed Incorrect function
Replies: 5
Views: 2850

Re: Upgrade prerequisites - failed Incorrect function

I uninstalled Ranorex then re-installed with no issues.
by CWhiting
Wed Feb 15, 2023 5:44 pm
Forum: Bug Reports
Topic: Upgrade prerequisites - failed Incorrect function
Replies: 5
Views: 2850

Upgrade prerequisites - failed Incorrect function

I was upgrading from 10.2.2 to 10.5.2. The Ranorex Studio install of the prerequisites failed with an error of 0x80070001 - Incorrect function. I was still able to install Ranorex but I am not sure if all the prerequisites have been installed and the log file is unclear as to when the error occurred...
by CWhiting
Thu Oct 13, 2022 1:05 pm
Forum: Automation Tools
Topic: Start Page: Connection offline
Replies: 0
Views: 730

Start Page: Connection offline

Version 10.2.2 - start page shows Connection offline. Yet, if I click on the Help\User guide, I get a new browser window with URL https://www.ranorex.com/help/latest/ranorex-studio-fundamentals/ranorex-studio/ranorex-studio-startpage/ So connection to Ranorex is not blocked. I no longer get update n...
by CWhiting
Thu Oct 06, 2022 5:12 pm
Forum: Object Identification and Technologies
Topic: TagValue exception being thrown 10.2.4
Replies: 7
Views: 1182

Re: TagValue exception being thrown 10.2.4

I don't understand your question.
Ranorex 10.2.2 was released June 10, 2022
Ranorex 10.2.3 was released July 10, 2022
Ranorex 10.2.4 was released July 26, 2022.
by CWhiting
Mon Sep 26, 2022 4:59 pm
Forum: Object Identification and Technologies
Topic: TagValue exception being thrown 10.2.4
Replies: 7
Views: 1182

Re: TagValue exception being thrown 10.2.4

I submitted a ticket which was acknowledged as a known issue. I have 817 places where TagValue is used and changing those is not an option nor should it be required. PressKeys does work but is not a good approach with this many changes needed. This also slows the test down. I tried the default plugi...
by CWhiting
Fri Sep 23, 2022 6:50 pm
Forum: Automation Tools
Topic: Path too long for MSBuild
Replies: 0
Views: 729

Path too long for MSBuild

I have 2 systems on Ranorex 10.2.2 with the same project and supposedly the same settings. When I do a package restore on one, no issues occur. On the other I get the following error. I just re-installed Ranorex 10.2.2 and the project from source control. The same error is still occurring. The comma...
by CWhiting
Fri Sep 23, 2022 2:10 pm
Forum: Object Identification and Technologies
Topic: TagValue exception being thrown 10.2.4
Replies: 7
Views: 1182

TagValue exception being thrown 10.2.4

I am setting a TagValue on an input box and an exception is being thrown. This occurs in 10.2.4 but not 10.2.2 Exception: Setting attribute 'tagvalue' failed on element '{InputTag:UserName}'.@ at Ranorex.Core.Element.SetAttributeValue(String name, Object value) at Ranorex.Core.Element.SetAttributeVa...
by CWhiting
Fri Jan 15, 2021 1:37 pm
Forum: Bug Reports
Topic: Failed to load Excel data.
Replies: 2
Views: 2537

Re: Failed to load Excel data.

The file is there. It occurs randomly which indicates that the necessary files exist. The issue is a problem with the interface to Microsoft Excel. I believe it is a configuration setting in DCOMCNFG. Searching the internet I found a reference to configuring DCOM to use interactive user for the Iden...
by CWhiting
Thu Jan 14, 2021 5:21 pm
Forum: Bug Reports
Topic: Failed to load Excel data.
Replies: 2
Views: 2537

Failed to load Excel data.

I am randomly getting this error message: Failed to get rows from data source: Failed to load Excel data . Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x8...
by CWhiting
Tue May 26, 2020 7:25 pm
Forum: Bug Reports
Topic: Named Tuples & SharpDevelop
Replies: 1
Views: 1367

Named Tuples & SharpDevelop

I write all of my automation in C#. I tried using Named Tuples today. Once I did, SharpDevelop got confused. It did not know how to properly suggest parameters and was missing variables that I added. It also failed to find methods after the one with the Named Tuples. The resulting code works as it i...
by CWhiting
Wed Mar 04, 2020 9:09 pm
Forum: Object Identification and Technologies
Topic: Remote Standalone Spy
Replies: 2
Views: 1364

Re: Remote Standalone Spy

Great Idea
by CWhiting
Wed Mar 04, 2020 8:54 pm
Forum: Object Identification and Technologies
Topic: Remote Standalone Spy
Replies: 2
Views: 1364

Remote Standalone Spy

Can Ranorex Spy be run on a remote machine without installing all of the Ranorex development?
I have an element that is not being found on a remote machine and I would like to see how the path is. It is not web form.
by CWhiting
Wed Dec 04, 2019 5:11 pm
Forum: How To …
Topic: Copy a solution
Replies: 1
Views: 1325

Copy a solution

I have a large number of Ranorex tests for our current product version. We will be creating a new version and I would like to copy the current solution to a new solution to eliminate any version dependencies. I want to be able to run either set of sets.

Are there any guideline for doing this?