Wpf Docking Control with UI Automation compatibility

1k Views Asked by At

We have slowly been creating UI Automation tests using Ranorex on our product but have ran into several problems.

We are using Telerik Wpf controls (TabControl, TreeView, Grid and Docking) and so far we've only been able to test the TreeView and Grid using Ranorex. We replaced the TabControl for the standard Wpf TabControl which works with Ranorex. However the Docking control does not work and of course there is no standard out of the box Wpf Docking control for us to use instead.

My question is this: Does anybody know of any Wpf Docking controls that can be tested using an UI Automation tool (preferably Ranorex)?

I found AvalonDock, which at first looked promising, but according to this thread on their site it doesn't support UI Automation :(

Cheers for any comments,

Siy

1

There are 1 best solutions below

1
On

As of now, Telerik has their own product that supports UI automation for WPF - Telerik Test Studio - including RadDocking control.