Run\Methods Element

Description

The element containing the information for supporting the test object methods for this test object class.

Important Information

If no specific function is assigned to support a given test object method, UFT calls a function with the same name as the test object method to run the step.

Diagram

Methods Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Method Element (Optional, unlimited elements allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Methods" minOccurs="0">
    <xs:annotation>
        <xs:documentation>The element containing the information for supporting the test object methods for this test object class.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Method" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>The information for supporting a specific test object method.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="name" type="xs:string" use="required">
                        <xs:annotation>
                            <xs:documentation>The name of the test object method.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attributeGroup ref="ImpFuncAttrs" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>