Web Environment
Description
The objects, methods, and properties described in this section can be used when testing Web objects.
Note: Web objects are supported in OpenText Functional Testing only when the OpenText Functional Testing Web Add-in is installed and loaded.
WebAgGrid objects are supported only if the AgGrid Add-in is also loaded.
WebUIGrid objects are supported only if the UIGrid Add-in is also loaded.
Supported Test Objects
| Test Object | Description |
|---|---|
| Browser | A Web browser (or browser tab). |
| Frame | An HTML frame. |
| Image | An image with or without a target URL link. |
| Link | A hypertext link. |
| Page | An HTML page. |
| ViewLink | A Viewlink object. |
| WebArea | A section of an image (usually a section of a client-side image map). |
| WebAudio | An audio object. |
| WebButton | An HTML button. |
| WebCheckBox | A check box with an ON and OFF state. |
| WebEdit | An edit box, usually contained inside a form. |
| WebElement | A general Web object that can represent any Web object. |
| WebFile | An edit box with a browse button attached, used to select a file from the File dialog box. |
| WebList | A drop-down box or multiple selection list. |
| WebMenu | An menu object. |
| WebNumber | A numeric edit box. |
| WebRadioGroup | A set of radio buttons belonging to the same group. |
| WebRange | A range object. |
| WebTable | A table containing a variable number of rows and columns. |
| WebTabStrip | A tab strip control in a Web page or application. |
| WebTree | A Web tree. |
| WebVideo | A video object. |
| WebXML | An XML document contained in a Web page. |

