UI Automation

Description

The objects, methods, and properties described in this section can be used when you use UFT One's UIAutomation (UIA) mode.

Note:

  • UI Automation objects and methods are dependent on the application object's Control Type.
  • Different objects support different methods, depending on the patterns implemented for an object in your application.

The UIAutomation support is only available for Windows-based technologies that implement the UI Automation interfaces.

Supported Test Objects

Test ObjectDescription
UIAButtonA button object in an application that supports UI Automation.
UIACalendarA calendar object in an application that supports UIAutomation.
UIACheckBoxA check box object in an application that supports UIAutomation.
UIAComboBoxA combo box object in an application that supports UIAutomation.
UIAEditA edit field object in an application that supports UIAutomation.
UIAHyperLinkA hyperlink object in an application that supports UIAutomation.
UIAListA list object in an application that supports UIAutomation.
UIAMenuA menu object in an application that supports UIAutomation.
UIAObjectAn object in an application that supports UIAutomation.
UIARadioButtonA radio button object in an application that supports UIAutomation.
UIASliderA slider object in an application that supports UIAutomation.
UIASplitButtonA split button object in an application that supports UIAutomation.
UIATabA tab object in an application that supports UIAutomation.
UIATableA table object in an application that supports UIAutomation.
UIATreeA tree object in an application that supports UIAutomation.
UIAWindowA window object in an application that supports UIAutomation.

See also: