Description
TestComplete can work with objects that are exposed by the Microsoft Active Accessibility (MSAA) engine. The test engine can get the accessible name and role of an object, check its state, perform the default action associated with an object and so on.
Requirements
-
A license for the TestComplete Desktop module.
-
The Microsoft Active Accessibility technology is provided by the Microsoft Active Accessibility Support plugin. This plugin is installed and enabled automatically.
If you experience issues when working with the controls, select File > Install Extensions from the TestComplete main menu to check whether the plugin is active. (You can find the plugin in the Common group.) If the plugin is not available, run the TestComplete installation in the Repair mode.
-
The object implements the
IAccessible
interface and the object’s class name is specified in the List of accepted windows in your TestComplete project properties. -
The Work with MSAA objects in mode compatible with TestComplete 6 and earlier project property is unchecked.