ControlElement Complex Type

Description

This complex type defines the attributes for the Control element you define for Custom Servers that do not implement support for custom table controls.

Attributes

NameTypeUseDefaultDescription
MappedTostringoptionalSwfObjectA UFT test object class that supports behaviors that are similar to those that you need to support for your custom control. If not specified, UFT uses the generic default test object. Example: SwfCheckBox or SwfButton
Typestringrequired 

The type of the custom control, including wrapping namespaces. Example: System.Windows.Forms.MultiComboEditor 

Note: If you need to refer to a control that is contained in more than one assembly, you can include the name of the assembly, and other information that fully qualifies the type.

For example, you could set this attribute to values similar to these:

  • System.Windows.Forms.MultiComboEditor, System2.Windows.Forms.v8.5

  • System.Windows.Forms.MultiComboEditor, System2.Windows.Forms.v8.5, Version=8.5.20072.1093, Culture=neutral, PublicKeyToken=8aa4d5436b5dd0cb

Diagram

Sequence (Required, 1 element allowed)CustomRecord Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Component Element (Required, 1 element allowed)
CustomReplay Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Component Element (Required, 1 element allowed)
CustomVerify Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Component Element (Required, 1 element allowed)
Settings Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Parameter Element (Required, 1 element allowed)


Children

Used By