Interface ITestObjectDescriber
Base interface for all classes that support describing test objects.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITestObjectDescriber
Methods
Describe<TChild>(IDescription)
Creates a child test object of this test object.
Declaration
TChild Describe<TChild>(IDescription description) where TChild : class, ITestObject
Parameters
| Type | Name | Description |
|---|---|---|
| IDescription | description | An IDescription containing the set of properties and values that uniquely identify this object in the AUT. |
Returns
| Type | Description |
|---|---|
| TChild | The new child test object with the provided description. |
Type Parameters
| Name | Description |
|---|---|
| TChild | The test object interface type. |
Remarks
This operation does not cause a search for the object in the AUT. OpenText Functional Testing for Developers interacts with the application only when a step runs that performs an operation on the AUT object.