Interface ITestObjectDescriber
Base interface for all classes that support describing test objects.
public interface ITestObjectDescriber
Methods
Describe<TChild>(IDescription)
Creates a child test object of this test object.
TChild Describe<TChild>(IDescription description) where TChild : class, ITestObject
Parameters
descriptionIDescriptionAn IDescription containing the set of properties and values that uniquely identify this object in the AUT.
Returns
- TChild
The new child test object with the provided description.
Type Parameters
TChildThe 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.