Run\Properties Element
Description
The function OpenText Functional Testing should call to retrieve the values of identification properties for this test object class.
Important Information
Attributes
| Name | Type | Use | Default | Description |
|---|
| file_name | string | optional | | 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 <OpenText Functional Testing installdir>\dat\Extensibility\Web\Toolkits\<Toolkit name> folder. |
| function | string | optional | | The name of the implementation function. |
| type | string | optional | javascript | The 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 OpenText Functional Testing 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>
|