Supported Web Controls

Applies to TestComplete 15.62, last modified on March 14, 2024

TestComplete supports testing of various Web controls. The sections below describe how you can test these controls in detail.

About Web Control Support

TestComplete can access web page elements displayed in the Internet Explorer, Edge, Firefox, or Chrome browser, or in the WebBrowser (but not the Edge-based WebBrowser) or Chromium integrated into the tested application. That is, you can access every P, DIV, IMG, INPUT and many other tags and their properties. As for web pages displayed in other browsers (for instance, in Konqueror or in Netscape Navigator), you can test them in black-box mode. In other words, you can simulate keystrokes or mouse clicks by coordinates, but you cannot address their individual elements.

TestComplete provides extended support for the most popular web controls and elements. These controls are automatically associated with special program objects that extend the controls’ functionality with a number of supplementary methods and properties. These extended methods and properties let you perform various operations over web elements and controls, for example, select individual items or retrieve the item text (see below).

Support for web controls is rather transparent. During test recording, TestComplete automatically recognizes web controls on the page and records appropriate test commands for your actions. You can then run the recorded test to see how TestComplete simulates user actions. The entire procedure does not depend on control type. For information on creating and running web tests, see Web Testing Tutorial.

Supported Controls

Below, is the full list of web controls and elements TestComplete provides extended support for:

Support for Web Application Framework Controls

Quite often, dynamic web pages are created using so called web application frameworks - ASP.NET Ajax, Google Web Toolkit, Dojo Toolkit, Yahoo UI and others. These frameworks provide developers with a vast number of dynamic controls.

TestComplete can handle these controls without any preliminary preparations. Dynamic controls are typically recognized either as Onscreen objects, or as special program objects that extend the controls’ functionality, like the above-mentioned program objects, Flex program objects, Java program objects or some other. Additionally, you can configure the object mapping scheme to improve recognition of dynamic controls. See the Technologies and Frameworks section in the Supported Web Browsers topic and the Support for Web Controls topic for details.

Supported Browser Versions

The plugins support the following browsers:

  • Microsoft Internet Explorer ver. 11.

  • Microsoft Edge ver. 83 - 121 (Chromium-based).

    Note: The non-Chromium version of Edge is not supported.

  • Mozilla Firefox ver. 91 - 115.4.0 ESR, 94 - 116.

    If you use a later version of Firefox, check whether a patch is available for it.

  • Google Chrome ver. 121.

    If you have a TestComplete version earlier than 12.42, your version of the SmartBear Test Extension will be incompatible with newer versions of the Chrome web browser. To test web applications in Chrome 121, you will have to upgrade your TestComplete to some later version. We recommend using version 15.62.

    If you use a later version of Google Chrome, check whether a patch is available for it.

  • Any web browser based on the Microsoft WebBrowser control.

    Note: The Edge-based WebBrowser control is not supported.

  • Embedded Chromium web browser:

    • In applications built with Chromium Embedded Framework (CEF) version 85.0.4183 and earlier (except CEF3 1750).

      Note: For CEF applications that use WPF controls, only versions 84.0.04147 and earlier are supported.

    • In applications built with Electron version 1.8.2 - 14.

Requirements

  • A license for the TestComplete Web module.

  • The following plugins:

    • To access properties of web page elements shown in Internet Explorer, Edge or in the WebBrowser control, the Web Testing plugin must be installed in TestComplete.
    • To test web pages that are shown in Firefox, the Web Testing and Firefox Support plugins are required.
    • To test web pages that are shown in Chrome, the Web Testing and Chrome Support plugins are required.
    • To test web pages in applications created with Chromium Embedded Framework (CEF) or with Electron, the Web Testing and Chromium Embedded Framework Support plugins are required.

    These plugins are installed and enabled automatically.

These plugins are installed and enabled automatically if you choose to install the TestComplete Web module in the TestComplete installation wizard. For more information on these plugins, see Requirements for Web Testing.

See Also

Supported Controls
Supported jQuery UI Controls
Supported MooTools Controls
Supported Yahoo! User Interface Library Controls
Classic Web Testing

Highlight search results