Hi,
We are looking for solution to test an application developed using Infragistics WPF Controls. Does Microsoft UI Automation Library can be used to test these controls? Are there any resources, articles, code sample avaliable for this?
Thanks in advance,
Unmesh
Hello Unmesh,
I have not found any sample code that illustrates using the Microsoft Automation APIs with NetAdvantage controls. However, you should be able to use them to test all XAML based interaction within any Infragistics WPF control. Our controls are standard WPF controls. This means you can automate them like any other Microsoft control. The only limitation you may come across may be related to actions that are encapsulated within the control and not exposed to XAML (such as some of the inner workings of the XamDataGrid and the XamChart).
If you come across any problem, please let us know.
Thank you!
I have application build with WPF with Infragistics 9.2 version controls but, the Code UI automation is not identifying the UIElement of Infragistics controls like menuitems , dropdown , context menus, xamdatagrid, xamchart etc.
Please let me know how to use Code UI template to run automation in VS 2010 ultimate.
Thanks
Narayan