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
920
UIAutomation with PopupMenuTool
posted

Hello,

I started trying some Test Automation using White and Infragistics NetAdvantage for WinForms vol. 12.2, since this version should be supporting UIAutomation. I am having problems getting access to PopupMenuTools inside an UltraToolBar (inside an UltraToolBarsManager). When inspecting my GUI with MS inspect or UIAVerify it seems that PopupMenuTools, ButtonTools, etc. don't have an AutomationID. So I'm not able to access these controls by AutomationID. Also it's not possible to access/identifying them by their Text.

How can I get access to PopupMenuTools, etc.? Can I manually set the AutomationID of PopupMenuTools?

Many thanks in Advance!

Wolfgang

Parents
No Data
Reply
  • 18495
    posted

    Hello Wolfgang,

    Our NetAdvantage for Windows Forms controls currently support Test Automation by using HP QTP, IBM RFT, and the built-in Coded UI Test.  The latter is supported by NetAdvantage 2012 Volume 2 and later versions.  For QTP and RFT, a matching version of TestAdvantage needs to be used.  For Coded UI Test, nothing extra needs to be installed.

Children