Information in this topic applies only to web tests implementing the classic approach. In cross-platform web tests, TestComplete recognizes third-party controls as standard web controls.
TestComplete supports testing of various Yahoo! User Interface Library controls. The sections below describe how you can test these controls in detail.
About Testing Yahoo! User Interface Library Controls
TestComplete can work with any web control via the control’s graphical user interface displayed in a web browser, no matter how the control is implemented on the server side. You can test web applications that use controls implemented by using various technologies and frameworks, including Yahoo! User Interface Library.
Besides, TestComplete provides extended support for most of Yahoo! User Interface Library 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 Yahoo! UI Library controls is rather transparent. During test recording, TestComplete automatically recognizes Yahoo! UI Library 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 Yahoo! UI Library web pages.
Supported Controls
Below is the complete list of Yahoo! User Interface Library 2 and Yahoo! User Interface Library 3 controls for which TestComplete provides extended support.
Yahoo! User Interface Library 2 Controls
Control | Library | Class |
---|---|---|
AutoComplete | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.AutoComplete |
ButtonGroup | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.ButtonGroup |
Calendar | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Calendar |
Carousel | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Carousel |
CheckboxButton | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Button |
DataTable | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.DataTable |
Dual Thumb Slider | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Slider |
LinkButton | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Button |
Menu | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Menu |
MenuButton | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Button |
PushButton | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Button |
RadioButton | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Button |
Rich Text Editor | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Editor YAHOO.widget.SimpleEditor |
Slider | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Slider |
SplitButton | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Button |
TabView | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.TabView |
TreeView | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.TreeView |
Uploader | Yahoo! User Interface Library 2.9.0 | YAHOO.widget.Uploader |
Yahoo! User Interface Library 3 Controls
Control | Library | Class |
---|---|---|
AutoComplete | Yahoo! User Interface Library 3.4.1 - 3.18.1 | Y.AutoComplete |
Accordion | Yahoo! User Interface Library 3.4.1 - 3.18.1 | Y.Accordion |
DataTable | Yahoo! User Interface Library 3.4.1 - 3.18.1 | Y.plugin.DataTable |
NodeAccordion | Yahoo! User Interface Library 3.4.1 - 3.18.1 | Y.plugin.NodeAccordion |
Slider | Yahoo! User Interface Library 3.4.1 - 3.18.1 | Y.Slider |
TabView | Yahoo! User Interface Library 3.4.1 - 3.18.1 | Y.TabView |
Note: If your control is not in the list, you can try working with it by using the properties and methods TestComplete provides for standard web elements. See Support for Web Controls.
Supported Browser Versions
TestComplete supports testing of Yahoo! controls in web applications displayed in the following browsers:
-
Microsoft Internet Explorer ver. 11.
-
Microsoft Edge ver. 83 - 103 (Chromium-based).
Note: The non-Chromium version of Edge is not supported.
-
Mozilla Firefox ver. 91 - 102.1 ESR, 94 - 102.
If you use a later version of Firefox, check whether a patch is available for it.
-
Google Chrome ver. 103.
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 103, you will have to upgrade your TestComplete to some later version. We recommend using version 15.45.
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 Yahoo! Control Support plugin. The plugin provides access to controls via special program objects. It also enables creating table checkpoints for controls that display data in the tabular form. For the full list of these controls, see About Tables Collection.
-
The following plugins:
-
Web Testing - Implements web testing, enables testing of web applications running in Internet Explorer, Edge or WebBrowser control (but not the Edge-based WebBrowser control).
-
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 TestComplete main menu to check whether the plugins are active. If a plugin is not available, run the TestComplete installation in the Repair mode.
The YUI().use() method supported by the YUI 3 library allows loading YUI 2 modules and widgets into YUI 3 and creating YUI 2 controls with YUI 3 support. For more information on this, see documentation for the YUI global object (the on-line version is available at http://yuilibrary.com/yui/docs/yui/).
TestComplete can test YUI 2 controls created with YUI 3 support, but each subsequent call of the |
In order to implement support for the YUI 2 Calendar, DataTable, Rich Text Editor, Slider, Dual Thumb Slider and YUI 3 controls, you need to apply a special accessibility patch to the YUI 2 and YUI 3 controls' source code. The patch is shipped along with TestComplete. By default, it resides in the <TestComplete 15>\Open Apps\WebControls folder. To apply the patch to the controls' source code, do the following:
|