NETExtConfig Schema
Description
The path and name of the DLL Custom Server in which extended support for the custom control is implemented.
Complex Types
Complex Type | Description |
---|
ControlElement | This complex type defines the attributes for the Control element you define for Custom Servers that do not implement support for custom table controls.
|
TableElement | This complex type defines the attributes for the Control element you define for Custom Servers that implement support for custom table controls.
|
Elements
Element | Description |
---|
Component | Information UFT needs to locate and run the Custom Server.
|
Context | The run-time context and coding option for the Custom Server.
|
Control | The information required to support a custom control.
|
Controls | The root element.
|
CustomRecord | The information required to support Test Record.
|
CustomReplay | The information required to support Test Run.
|
CustomVerify | The information required to support table checkpoints and output values.
|
DllName | The path and name of the DLL Custom Server in which support for the custom control is implemented. |
Parameter | A value to be passed to the Custom Server at run-time that is needed to implement the custom control.
|
Settings | A collection of Parameter elements.
|
TypeName | The type name of the Custom Server class (.NET code class) in the DLL, including wrapping namespaces.
|