ObjectRepositorySchema Schema
BasicIdentification Element
Description
The parent element containing the list of properties in the test object's learned description.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
Diagram
Value ElementSequenceOrdinalIdentifier ElementPropertyRef ElementSequenceBasicIdentification Element
Overview
BasicIdentification BasicIdentificationType Complex Type
The parent element containing the list of properties in the test object's learned description.
Sequence
PropertyRef 0..∞ xs:string
An individual property in the test object's learned description.
OrdinalIdentifier optional OrdinalIdentifierType Complex Type
The ordinal identifier to use for the test object.
Type required xs: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.
Sequence
Value optional xs:int
The numeric value of the ordinal identifier.
Source
<xs:element name="BasicIdentification" type="tns:BasicIdentificationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element containing the list of properties in the test object's learned description.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also