IEasyTestForm Methods
Exposes the API that allows you to manipulate a form in test code.| Name | Description |
|---|---|
| ExecuteEditorAction(String, String) | Executes an Action supplied by a Lookup Property Editor or an Object Property Editor. |
| FillForm(EasyTestParameter[]) | Fills fields with values. |
| GetPropertyValue(String) | Returns a string representation of the specified property’s value. |
| GetPropertyValues(String[]) | Returns string representations of the specified properties’ values. |
| IsFieldVisible(String) | Checks whether the specified field is visible. |
See Also