Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Test Automation of WPF controls using Microsoft UI Automation Library
posted

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

 

Parents
  • 9694
    posted

    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!

Reply Children
No Data