I'm using NetAdvantage 6.3 version to develop our Window Form application. Now I'm trying to write test code using Microsoft UI Automation. But I'm not sure whether Infragistics supports this. Please help me if anybody aware about this . . .
Hi Kannan,
No, the Winforms controls do not support Microsoft UI Automation.
Thanks for the reply .. . . When I checked, I could get the patterns for some basic controls like UltraTextEditor, UltraButton etc but not for the controls like UltraGrid, UltraTree. Is there any workaround to test the Infragistics controls using Microsoft UI Automation ? If so please let me know. Thank You !
"IGMikeS" wrote in message news:64884@forums.infragistics.com... Hi Kannan, No, the Winforms controls do not support Microsoft UI Automation. Mike SaltzmanR&D EngineerInfragistics, Inc. http://forums.infragistics.com/forums/p/17827/64884.aspx#64884
White, an open source code, supports access of Infragistics controls using MS UI Automation indirectly.
For example, White is developed to access the DataViewGrid control. Since the source code is available, it can be customised to access the UltraGrid control.
For more info, please check http://www.codeplex.com/white
Thanks & Regards,
Kannan