Standard Windows Environment
Description
The objects, methods, and properties described in this section can be used when testing Standard Windows objects.
Note: Some of the objects, methods and properties can also be used when testing Stingray, VisualAge Smalltalk, and Qt (widget toolkit) controls, when the relevant add-in is installed and loaded.
For more details, see the Stingray Environment and VisualAge Smalltalk Environment sections. Details about Qt controls are detailed in relevant Standard Windows test object descriptions.
Supported Test Objects
Test Object | Description |
---|---|
Desktop | An object that enables you to access top-level items on your desktop. |
Dialog | A Windows dialog box. |
Static | A static text object or a Qt QLabel control. |
SystemUtil | An object used to control applications and processes during a run session. |
WinButton | A Windows button or a Qt QPushButton or QToolButton control. |
WinCalendar | A Windows calendar. |
WinCheckBox | A Windows check box or a Qt QCheckBox control. |
WinComboBox | A Windows combo box or a Qt QComboBox control. |
Window | A standard window or a Qt QComboBoxPrivateContainer control. |
WinEdit | A Windows edit box or a Qt QExpandingLineEdit or QLineEdit control. |
WinEditor | A Windows multi-line editor or a Qt QPlainTextEdit control. |
WinList | A Windows list or a Qt QListWidget control. |
WinListView | A Windows list-view control. |
WinMenu | A Windows menu or a Qt QMenu control. |
WinObject | A standard (Windows) object. |
WinRadioButton | A Windows radio button or a Qt QRadioButton control. |
WinScrollBar | A Windows scroll bar. |
WinSpin | A Windows spin box or a Qt QSpinBox control. |
WinStatusBar | A Windows status bar. |
WinTab | A Windows tab strip in a dialog box or a Qt QTabWidget control. |
WinToolbar | A Windows toolbar or a Qt QMenuBar control. |
WinTreeView | A Windows tree-view control or a Qt QTreeWidget control. |