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 ObjectDescription
DesktopAn object that enables you to access top-level items on your desktop.
DialogA Windows dialog box.
StaticA static text object or a Qt QLabel control.
SystemUtilAn object used to control applications and processes during a run session.
WinButtonA Windows button or a Qt QPushButton or QToolButton control.
WinCalendarA Windows calendar.
WinCheckBoxA Windows check box or a Qt QCheckBox control.
WinComboBoxA Windows combo box or a Qt QComboBox control.
WindowA standard window or a Qt QComboBoxPrivateContainer control.
WinEditA Windows edit box or a Qt QExpandingLineEdit or QLineEdit control.
WinEditorA Windows multi-line editor or a Qt QPlainTextEdit control.
WinListA Windows list or a Qt QListWidget control.
WinListViewA Windows list-view control.
WinMenuA Windows menu or a Qt QMenu control.
WinObjectA standard (Windows) object.
WinRadioButtonA Windows radio button or a Qt QRadioButton control.
WinScrollBarA Windows scroll bar.
WinSpinA Windows spin box or a Qt QSpinBox control.
WinStatusBarA Windows status bar.
WinTabA Windows tab strip in a dialog box or a Qt QTabWidget control.
WinToolbarA Windows toolbar or a Qt QMenuBar control.
WinTreeViewA Windows tree-view control or a Qt QTreeWidget control.