Run\Properties Element

Description

The function UFT should call to retrieve the values of identification properties for this test object class.

Important Information

If no specific function is assigned to retrieve values for identification properties, UFT calls the function get_property_value to return the property values.

Attributes

NameTypeUseDefaultDescription
file_namestringoptional The file system path to the file containing the function. If no path is specified, the default file name defined in the Control\Settings element is used.

You can specify a path relative to the <UFT installation folder>\dat\Extensibility\Web\Toolkits\<Toolkit name> folder.

functionstringoptional The name of the implementation function.
typestringoptionaljavascriptThe type of implementation function.

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Properties" minOccurs="0">
    <xs:annotation>
        <xs:documentation>The function UFT should call to retrieve the values of identification properties for this test object class.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="ImpFuncAttrs" />
    </xs:complexType>
</xs:element>