Supported Bootstrap Controls

Applies to TestComplete 14.0, last modified on January 23, 2019

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

About Testing Bootstrap Controls

TestComplete can work with any Bootstrap control via a graphical user interface. Besides, TestComplete provides extended support for most of Bootstrap controls. It automatically associates them with special scripting test objects that contain supplementary methods and properties for working with the controls, for example, for selecting individual items and retrieving the item text.

Support for Bootstrap controls is rather transparent. During test recording, TestComplete automatically recognizes Bootstrap controls on a page and records the appropriate test commands for your actions. You can then run the recorded test to see how TestComplete simulates user actions on the controls. The entire procedure is very similar to recording and running web tests that work with “regular” web controls. See Web Testing Tutorial, then try to record and run tests on your Bootstrap web pages.

Supported Controls

Below is a full list of the Bootstrap controls for which TestComplete provides extended support.

Control Library Class
Accordion Bootstrap version 3.3.4 and 3.3.5 .panel-group
Alert Bootstrap version 3.3.4 and 3.3.5 .alert
Button Bootstrap version 3.3.4 and 3.3.5 .btn
Button Group Bootstrap version 3.3.4 and 3.3.5 .btn-group
Button Toolbar Bootstrap version 3.3.4 and 3.3.5 .btn-toolbar
Carousel Bootstrap version 3.3.4 and 3.3.5 .carousel
Checkbox Bootstrap version 3.3.4 and 3.3.5 .btn
Dropdown Bootstrap version 3.3.4 and 3.3.5 .dropdown-toggle
Modal Bootstrap version 3.3.4 and 3.3.5 .modal
Navigation Bar Bootstrap version 3.3.4 and 3.3.5 .navbar
Pills Bootstrap version 3.3.4 and 3.3.5 .nav-pills
Radio Button Bootstrap version 3.3.4 and 3.3.5 .btn
Split Button Bootstrap version 3.3.4 and 3.3.5 .btn-group
.btn-group-vertical
Tabs Bootstrap version 3.3.4 and 3.3.5 .nav-tabs
Toggle Button Bootstrap version 3.3.4 and 3.3.5 .btn

Supported Browser Versions

TestComplete supports testing of Bootstrap controls in web applications displayed in the following browsers:

  • Microsoft Internet Explorer ver. 10–11.

  • Microsoft Edge.

  • Mozilla Firefox ver. 52, 60 – 64.

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

  • Google Chrome ver. 71.

    If you have a TestComplete version earlier than 12.42, then, to test web applications in Chrome 71, you will have to upgrade your TestComplete version to version 14.0.

    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.

  • Embedded Chromium web browser:

    • In applications built with Chromium Embedded Framework (CEF) version 3.3578.1860 and earlier.

    • In applications built with Electron version 1.8.2, 2.0.2, 3.0.2.

Requirements

  • A license for the Web module of TestComplete.

  • The Bootstrap Control Support plugin. It provides access to controls via special program objects.

  • The following plugins:

    • Web Testing - Implements web testing, enables testing of web applications running in Internet Explorer, Edge or WebBrowser controls.

    • Firefox Support - Enables testing of web applications running in Mozilla Firefox.

    • Chrome Support - Enables testing of web applications running in Google Chrome.

    • Chromium Embedded Framework Support - Enables web testing in applications created with Chromium Embedded Framework (CEF) or with Electron.

All these plugins are installed and enabled automatically.

If you experience issues when working with the controls, select File | Install Extensions from the main menu of TestComplete to check whether the plugins are active. If a plugin is not available, run the TestComplete installation in the Repair mode.

See Also

Supported Controls
Testing Web Applications

Highlight search results