TestComplete provides you with a set of components that you can use to design custom user forms. All available components that you can use in your forms are listed below. They are organized into several categories corresponding to the Components pane of the User Forms Editor.
Editors
Component | Description |
---|---|
Provides a list box that allows selecting one or multiple items. |
|
Provides a single-lined text box. |
|
Provides a multi-lined text box (memo). |
|
Provides a text box that allows inputting and editing currency data. |
|
Provides a text box with a dropdown calendar that allows inputting and editing date data. |
|
Provides a control that allows inputting and editing time data. |
|
Provides a text box with a dropdown calculator window. |
|
Provides a text box that allows inputting numeric data as well as increments and decrements the value. |
|
Provides a text box with embedded buttons. |
|
Provides a combo box. |
|
Provides a text box with an embedded dropdown window that holds the list of most recently used items. |
Helpers
Component | Description |
---|---|
Provides a label (read-only text) that supports various visual effects. |
|
Provides a panel that can be used to group controls. |
|
Provides a group box that can be used to group controls. |
|
Provides a control that displays a geometric shape. |
|
Provides a beveled frame or line that can have different styles. |
|
Provides the "Rectangle Selector" control that lets users select a window or control on screen by outlining it with a frame. |
|
Provides the target control () that lets users select a window or control on screen. |
Extra
Component | Description |
---|---|
Provides a group of radio buttons that allows selecting one of the mutually exclusive options. |
|
Provides a check box that allows selecting an option. |
|
Provides a control that displays a graphical image. |
|
Provides a progress bar used to display the progress of an action towards completion. |
Dialogs
Component | Description |
---|---|
Provides a standard Open File dialog that allows selecting the file to save. |
|
Provides a standard Save As dialog that allows selecting the file to save data. |
|
Provides a standard Browse for Folder dialog that allows users to select a folder. |
|
Provides the Select Property wizard that allows users to select a property of an object in the application under test. |
Buttons
Component | Description |
---|---|
Provides a push button. |