Describe<TChild> Method (ITestObjectDescriber)
Creates a child test object of this test object.
Remarks
This operation does not cause UFT Developer to search for the object in the AUT. UFT Developer interacts with the application only when a step runs that performs an operation on the AUT object.

C# Syntax

TChild Describe<TChild>( 
   IDescription description
)
where TChild: class, ITestObject

Parameters

description
An IDescription containing the set of properties and values that uniquely identify this object in the AUT.

Type Parameters

TChild
The test object interface type.

Return Value

The new child test object with the provided description.