Skip to main content
A newer version of this page is available. .

ITestControl Interface

Declares members of test controls.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.dll

Declaration

public interface ITestControl

Remarks

Generally, you do not need to implement this interface. It is implemented by built-in test controls in the DevExpress.ExpressApp.EasyTest.WinAdapter.v19.1.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v19.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.

See Also