The property name. The property name. The Name must be a supported property for the test object class. For a list of supported properties for a particular test object class, refer to the relevant object in the Unified Functional Testing Object Model Reference Help.
Type optionalxs:string
The property value type. Possible values: STRING, NUMBER, BOOL
Hidden optionalxs:boolean
Indicates whether the property is displayed in the object repository interface.
ReadOnly optionalxs:boolean
Indicates whether the property value can be edited.
The ordinal identifier to use for the test object.
Type requiredxs:string
The type of ordinal identifier used for this test object. The type of ordinal identifier used for this object. Possible values:
Index--The order in which the object appears in the application code relative to other objects with an otherwise identical description.
Location--The order in which the object appears within the parent window, frame, or dialog box relative to other objects with an otherwise identical description.
CreationTime (for Browser test objects only)--The order in which the browser was opened relative to other open browsers with an otherwise identical description.
A single visual relation definition, which contains the details of a single visual relationship between a related object and the test object.
RelatedObjectPath requiredxs:string
The full object hierarchy of the related object. For example: "Browser("Advantage Shopping").Page("Advantage Shopping").WebEdit("subjectTextareaContactUs")"
RelativePosition requiredxs:string
The position of the specified related object relative to the object to identify. Possible values: left, right, above, below, contains, closest-x, closest-y, closest
The property name. The property name. The Name must be a supported property for the test object class. For a list of supported properties for a particular test object class, refer to the relevant object in the Unified Functional Testing Object Model Reference Help.
Flags requiredxs:string
Property bit flags. Do not add or modify this attribute manually.
InnerType requiredxs:string
The inner setting of a property. Do not add or modify this attribute manually.
Type requiredxs:string
The property value type. Possible values: STRING, NUMBER, BOOL
A single visual relation definition, which contains the details of a single visual relationship between a related object and the test object.
RelatedObjectPath requiredxs:string
The full object hierarchy of the related object. For example: "Browser("Advantage Shopping").Page("Advantage Shopping").WebEdit("subjectTextareaContactUs")"
RelativePosition requiredxs:string
The position of the specified related object relative to the object to identify. Possible values: left, right, above, below, contains, closest-x, closest-y, closest
The property name. The property name. The Name must be a supported property for the test object class. For a list of supported properties for a particular test object class, refer to the relevant object in the Unified Functional Testing Object Model Reference Help.
Type optionalxs:string
The property value type. Possible values: STRING, NUMBER, BOOL
Hidden optionalxs:boolean
Indicates whether the property is displayed in the object repository interface.
ReadOnly optionalxs:boolean
Indicates whether the property value can be edited.
The ordinal identifier to use for the test object.
Type requiredxs:string
The type of ordinal identifier used for this test object. The type of ordinal identifier used for this object. Possible values:
Index--The order in which the object appears in the application code relative to other objects with an otherwise identical description.
Location--The order in which the object appears within the parent window, frame, or dialog box relative to other objects with an otherwise identical description.
CreationTime (for Browser test objects only)--The order in which the browser was opened relative to other open browsers with an otherwise identical description.
A single visual relation definition, which contains the details of a single visual relationship between a related object and the test object.
RelatedObjectPath requiredxs:string
The full object hierarchy of the related object. For example: "Browser("Advantage Shopping").Page("Advantage Shopping").WebEdit("subjectTextareaContactUs")"
RelativePosition requiredxs:string
The position of the specified related object relative to the object to identify. Possible values: left, right, above, below, contains, closest-x, closest-y, closest
The property name. The property name. The Name must be a supported property for the test object class. For a list of supported properties for a particular test object class, refer to the relevant object in the Unified Functional Testing Object Model Reference Help.
Flags requiredxs:string
Property bit flags. Do not add or modify this attribute manually.
InnerType requiredxs:string
The inner setting of a property. Do not add or modify this attribute manually.
Type requiredxs:string
The property value type. Possible values: STRING, NUMBER, BOOL
A single visual relation definition, which contains the details of a single visual relationship between a related object and the test object.
RelatedObjectPath requiredxs:string
The full object hierarchy of the related object. For example: "Browser("Advantage Shopping").Page("Advantage Shopping").WebEdit("subjectTextareaContactUs")"
RelativePosition requiredxs:string
The position of the specified related object relative to the object to identify. Possible values: left, right, above, below, contains, closest-x, closest-y, closest
The parent element containing all child objects of the EncodedObject.
Remarks
You should have one ChildObjects\Object or ChildObjects\EncodedObject element for each child test object in the containing parent object. (EncodedObject elements are used for Insight test objects.)
Source
<xs:element name="Object" type="tns:ObjectType" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>A child object of the current test object.</xs:documentation></xs:annotation></xs:element>