Search found 9 matches

by RobinHellen
Wed Apr 18, 2012 10:54 am
Forum: Object Identification and Technologies
Topic: Wpf ComboBox with data bindings
Replies: 3
Views: 3993

Re: Wpf ComboBox with data bindings

HI Peter, I understand that Ranorex will show me the DatabaseName value if I implement the .ToString() method. However, I can't make that change in our application as the class that is being bound comes from an external library. My point rather is that I expect the Text properties of Ranorex objects...
by RobinHellen
Tue Apr 17, 2012 3:03 pm
Forum: Object Identification and Technologies
Topic: Wpf ComboBox with data bindings
Replies: 3
Views: 3993

Wpf ComboBox with data bindings

Ranorex is producing the wrong text for the items in a combobox in our application. I have attached a minimal example. For the upper combo, the text of every item is seen as "WpfCombos.DummyConnectionProperties", but for the lower everything is correct. If I add a ToString method to the DummyConnect...
by RobinHellen
Tue Sep 20, 2011 1:10 pm
Forum: Object Identification and Technologies
Topic: UIAutomation not always recognized
Replies: 12
Views: 4072

Re: UIAutomation not always recognized

Hi, I've just tried an experiment, and downgraded to Ranorex 2 (2.3.9) and the tabpagelist is consistently recognised, and everything works fine (in that part of the AUT). Unfortunately, I need to be able to use RanoreX 3 as for other components I need to the use UIAutomationValue capability, which ...
by RobinHellen
Fri Sep 16, 2011 4:28 pm
Forum: Object Identification and Technologies
Topic: UIAutomation not always recognized
Replies: 12
Views: 4072

Re: UIAutomation not always recognized

Hi Markus, On the remote machine the test executable and the AUT are executed as administrator with elevated rights. It seems on my local machine as though I do not have elevated rights when running the tests. I've just tried running the tests with elevated rights locally, and that does not produce ...
by RobinHellen
Fri Sep 16, 2011 9:45 am
Forum: Object Identification and Technologies
Topic: UIAutomation not always recognized
Replies: 12
Views: 4072

Re: UIAutomation not always recognized

Hi Markus. I've attached three new snapshots created during my test run (actually created by the tests themselves, my first snapshot was made using RanoreX spy.) TabsLocalGood is a snapshot created on my local machine with the code passing TabsGood and TabsError are both created on the same remote m...
by RobinHellen
Thu Sep 15, 2011 3:37 pm
Forum: Object Identification and Technologies
Topic: UIAutomation not always recognized
Replies: 12
Views: 4072

Re: UIAutomation not always recognized

Hi Markus, the upgrade to v3.1 has not helped I've checked the general trouble shooting section: #4: The test process and the AUT are both 32-bit. #5: Both local and remote machines have the .NET 4.0 extended framework #6: I've added the .config settings and that has not helped either I've attached ...
by RobinHellen
Wed Sep 14, 2011 2:57 pm
Forum: Object Identification and Technologies
Topic: UIAutomation not always recognized
Replies: 12
Views: 4072

Re: UIAutomation not always recognized

Hi Markus, I've attached a snapshot of the application The capability is definitely UIAutomation, as I said about half the time the code I posted before will run fine, but the rest of the time it fails as I said. The Assertion is a standard NUnit assert, givving the error message: Expected: not null...
by RobinHellen
Wed Sep 14, 2011 9:31 am
Forum: Object Identification and Technologies
Topic: UIAutomation not always recognized
Replies: 12
Views: 4072

Re: UIAutomation not always recognized

Hi Markus Thanks for getting back to me. The AutomationID does not change after a restart. My tests see either an automationid of 'DocumentGroup' or none at all using the following code: TabPageList pages; if (m_ApplicationForm.TryFindSingle("container/tabpagelist", 10000, out pages)) { UIAutomation...
by RobinHellen
Tue Sep 13, 2011 9:56 am
Forum: Object Identification and Technologies
Topic: UIAutomation not always recognized
Replies: 12
Views: 4072

UIAutomation not always recognized

HI, I'm having trouble automating an application written with WPF (Our AUT is a plugin to this.) The application has a group of tabs in a sort of MDI area. I was accessing this with the RanoreX path "container/tabpagelist[@automationid='DocumentGroup']" applied to the main form, but it was not findi...