This functionality is supported only if you are using the Classic Agent.
Silk Test Classic records actions on the Infragistics UltraWinToolbars with a prefix of "Toolbar". All other components, except for .NET SWF controls, are mapped as a CustomWin.
Class | Silk Test Classic Records | Description |
---|---|---|
ToolbarButton | Click() | You click a button on the toolbar. |
ToolbarComboBox | Select() | You choose an item from the list box. |
SetText() | You type in the text area. | |
ToolbarList | Select() | You select an item. |
Unselect() | You unselect an item. | |
ToolbarPopup | Select() | You selected a new item. |
ToolbarPopupMenu | DropDown() | You interact with the menu. |
ToolbarTextBox | SetText() | You type in the text area. |
Silk Test Classic records the methods and properties of any UltraWinToolbars control or component when you Record/Class/Scripted on children of the UltraWinToolbars class. Likewise, Record Window Declarations displays the UltraWinToolbars class declaration and all the supported components and controls that are children of the UltraWinToolbars control.
When you hover the cursor over a component or a control in UltraWinToolbars, Record Window Identifiers displays that component or control as a child of an instance of the UltraWinToolbars class.