TestLeft supports testing of various GWT controls.
About Supported GWT Controls
TestLeft can simulate user actions against any GWT control via graphical user interface. In addition, TestLeft provides extended support for the most of GWT controls.
In your tests, you can cast these controls to appropriate interfaces that extend the control’s functionality with a number of additional methods and properties. Use those methods and properties to simulate various user actions over the controls, for example, select individual items or retrieve item text.
Supported Browser Versions
TestLeft supports testing of GWT controls in web applications displayed in the following browsers:
-
Microsoft Internet Explorer ver. 11.
-
Microsoft Edge ver. 83 - 99 (Chromium-based).
Note: The non-Chromium version of Edge is not supported.
-
Mozilla Firefox ver. 91 ESR, 94 - 98.
-
Google Chrome ver. 99.
Note: If you have a TestLeft version earlier than 2.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 99, you will have to upgrade your TestLeft version to 2.60 or later. -
Any web browser based on the Microsoft WebBrowser control.
Note: The Edge-based WebBrowser control is not supported.
-
Applications with Chromium Embedded Framework control.
Supported Controls
Below is a complete list of GWT controls for which TestLeft provides extended support.
Control | Library | Class |
---|---|---|
DisclosurePanel |
GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.DisclosurePanel |
MenuBar |
GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.MenuBar |
PushButton |
GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.PushButton |
StackPanel |
GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.StackPanel |
TabPanel |
GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.TabPanel |
ToggleButton |
GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.ToggleButton |
Tree |
GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.Tree |
TestLeft also supports the following GWT controls as standard Web objects:
Control | Library | Class | Corresponding Web Object |
---|---|---|---|
CheckBox | GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.CheckBox | |
ComboBox | GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.ComboBox | |
ListBox | GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.ListBox | |
Table | GWT 2.0 - 2.4, 2.5.1, 2.6.0, 2.6.1, 2.7.0 | com.google.gwt.user.client.ui.Table |