GWT Toolkit Library
Description
The objects, methods, and properties described in this section can be used when testing GWT objects.
Notes:
• GWT objects are supported in OpenText Functional Testing only when the OpenText Functional Testing Web Add-in and GWT sub-add-in are installed and loaded.
• GWT test objects extend test objects from the OpenText Functional Testing Web Add-in and inherit many of their operations and description properties from those objects.
Supported Test Objects
Test Object | Description |
---|---|
GWTAccordion | A GWT vertical stack of panels, with only one panel expanded at a time. |
GWTCollapsiblePanel | A GWT CollapsiblePanel control, which can be expanded or collapsed to show or hide its content by clicking its title. |
GWTDialogBox | A GWT dialog box control. |
GWTMenuBar | A GWT menu bar control that contains menus, sub-menus, and menu items. |
GWTPushButton | A GWT push-button control that can have custom styling. |
GWTRichTextArea | A GWT rich text area that allows complex editing, styling, and formatting. |
GWTTabStrip | A GWT tab strip control. |
GWTToggleButton | A GWT toggle button control, which can be pressed to toggle between On (pressed) and Off (released) states. The text on the button may change depending on the state. |
GWTTree | A GWT tree control. |