ExtJS Toolkit Library
Description
The objects, methods, and properties described in this section can be used when testing Ext-JS objects.
Note:
- Ext-JS objects are supported in OpenText Functional Testing only when the OpenText Functional Testing Web Add-in and the Ext-JS sub-add-in are installed and loaded.
- Ext-JS 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 |
|---|---|
| XJSButton | A button control in a ExtJS application. Handles most button controls including toggle button. |
| XJSCheckBox | A checkbox control in a EXT-JS application. |
| XJSComboBox | A control that has a regular edit box on the left, and on the right has a down arrow that opens a drop-down list. |
| XJSEditBox | An edit control in a EXT-JS application. |
| XJSHeader | A header control in a EXT-JS application. |
| XJSLabel | A Label control in a EXT-JS application. |
| XJSMenu | A menu control in a Ext-JS application. |
| XJSPanel | A panel control in a EXT-JS application. |
| XJSRadioButton | A radio button control in a EXT-JS application. |
| XJSTable | A table/grid control in an EXT-JS application. |
| XJSTabStrip | An tab strip control in a EXT-JS application. |

