Search found 6 matches

by QAMember1
Fri Jul 29, 2016 2:01 am
Forum: General Questions
Topic: Azure Win10 xpath different from local Win10 xpath
Replies: 3
Views: 1298

Re: Azure Win10 xpath different from local Win10 xpath

I will provide the further information that you requested soon. Our SUT has to have indexes in the xpath as our WPF and WinForm application uses web control and does not have automationID or any unique identifier. The issue at hand is the when we run Ranorex on our Azure Win10 VM, the first element ...
by QAMember1
Wed Jul 20, 2016 6:28 pm
Forum: General Questions
Topic: Azure Win10 xpath different from local Win10 xpath
Replies: 3
Views: 1298

Azure Win10 xpath different from local Win10 xpath

We are planning on using Azure Win10 for our CI process to execute the test. My test runs fine on local Win8 and Win10. But when we run the test on Azure Win10, it fails. The failure is caused by xpath of items in repository. The textbox xpath is different on Azure Win10 vs local Win10. Has any one ...
by QAMember1
Mon Nov 02, 2015 3:16 pm
Forum: General Questions
Topic: Ranorex with TeamCity
Replies: 3
Views: 1807

Re: Ranorex with TeamCity

As I mentioned, Ranorex is installed and has a valid runtime license on the target machine.

Anyone else run into this or similar issue that can provide some guidelines on how we can overcome this issue?
by QAMember1
Fri Oct 30, 2015 6:37 pm
Forum: General Questions
Topic: Ranorex with TeamCity
Replies: 3
Views: 1807

Ranorex with TeamCity

We are running into issues with using TeamCity to build the Ranorex project. Using MSBuild, the project is build and the artifacts are added correctly (all the items from the bin directory). But when we move the artifacts to another VM to run the test suite, we run into missing DLL error. The VM whe...
by QAMember1
Fri Sep 11, 2015 5:18 pm
Forum: Object Identification and Technologies
Topic: Unable to access listitem from a WPF list
Replies: 12
Views: 4239

Re: Unable to access listitem from a WPF list

Robert, Yes, I am able to access the item using UIA. Hansel provided a solution that is working for us right now. Basically, we are now using WPFPreferred with show all elements set to false. Any item that WPF is not able to locate, we use UIA.
by QAMember1
Wed Sep 09, 2015 7:38 pm
Forum: Object Identification and Technologies
Topic: Unable to access listitem from a WPF list
Replies: 12
Views: 4239

Re: Unable to access listitem from a WPF list

We are having the same issue with lisbox items in WPF. Are you stating that we should be using "Show All Elements" set to true for this to work? Are you stating that we need to use UIA (UAIOnly or UIA Preferred?) setting as well to get this to work? I was told not to use "Show All Elements" set to t...