ITestControl Interface
Declares members of test controls.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v22.1.dll
Declaration
Remarks
Generally, you do not need to implement this interface. It is implemented by built-in test controls in the DevExpress.ExpressApp.EasyTest.WinAdapter.v22.1.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v22.1.dll assemblies. To create the ITestControl object, use the approach described in the How to: Implement a Custom EasyTest Command topic. Use the ITestControl.GetInterface<T> or ITestControl.FindInterface<T> methods to access members, specific to certain test control types. The following test control interfaces can be used as generic parameters.
- IControlAct
- IControlActionItems
- IControlEnabled
- IControlHint
- IControlReadOnlyText
- IControlText
- IGridAct
- IGridBase
- IGridColumn
- IGridCellControlCreation
- IGridRowsSelection
- ITestControlContainer
- ITestWindow
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ITestControl interface.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.