Skip to main content
All docs
V23.2
.NET 6.0+

IEasyTestForm Members

Exposes the API that allows you to manipulate a form in test code.

Methods

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