Salesforce Lightning Environment
Description
The objects, methods, and properties described in this section can be used when testing Salesforce Lightning objects.
Note:
- Salesforce Lightning objects are supported in OpenText Functional Testing only when the OpenText Functional Testing Web Add-in and the Salesforce Lightning sub-add-in are installed and loaded.
- Salesforce Lightning 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.
The Salesforce Lightning add-in supports working with Google Chrome and Mozilla Firefox browsers only.
Supported Test Objects
| Test Object | Description |
|---|---|
| SFLButton | A button control in a Salesforce Lightning application. Handles most button controls including toggle button. |
| SFLCheckBox | A check box control in a Salesforce Lightning application. |
| SFLComboBox | A control made up of a read-only text box and a drop-down list. |
| SFLDate | A calendar control in a Salesforce Lightning application. |
| SFLEdit | An edit control in a Salesforce Lightning application. |
| SFLFile | An edit box with a browse button attached, used to select a file from the File dialog box. |
| SFLRadioGroup | A radio button group in a Salesforce Lightning application. |
| SFLTime | A time-select control in a Salesforce Lightning application. |
| SFLTree | A tree control in a Salesforce Lightning application. |

