Working With Standard Windows Controls

Applies to TestComplete 14.30, last modified on November 21, 2019

TestComplete provides extended support for standard Windows controls: buttons, check boxes, combo boxes, list views, tree views, and so on. These controls are automatically associated with Win32NNN test objects that extend the controls’ functionality with a number of supplementary methods and properties. These extended methods and properties let you perform various operations over controls, for example, select individual items or retrieve the item text.

The topics of this section provide detailed information about working with various Windows controls. They also include numerous code snippets that you use in your tests.

In This Section

Working With Button Controls

Explains how you can interact with button controls from scripts.

Working With Check Box Controls

Describes how to work with check box controls from scripts.

Working With Combo Box Controls

Describes how to simulate various actions over combo box controls from scripts.

Working With DateTimePicker Controls

Explains how you can simulate actions over date-time picker controls from scripts.

Working With Edit Controls

Explains how to perform various operations over edit controls.

Working With Header Controls

Describes how to work with header controls from scripts.

Working With HotKey Controls

Explains how to simulate user actions over hot key controls.

Working With IP Address Controls

Describes how you can interface with IP address controls from scripts.

Working With List Box Controls

Contains information on simulating user actions over list box controls.

Working With List View Controls

Describes how to interact with list view controls from scripts.

Working With Menus

Explains how you can simulate various actions over menu controls.

Working With MonthCalendar Controls

Describes how to perform various operations over calendar controls.

Working With Radio Button Controls

Describes how to work with radio button controls from scripts.

Working With Scroll Bar Controls

Explains how to simulate actions over scroll bar controls from scripts.

Working With Status Bar Controls

Describes how to work with status bar controls from scripts.

Working With SysLink Controls

Explains how to work with standard Win32 SysLink control from scripts.

Working With Tab Controls

Describes how to work with tab controls from scripts.

Working With Toolbars

Explains how you can perform various operations over toolbar controls.

Working With Trackbar Controls

Explains how you can work with trackbar controls from scripts.

Working With Tree View Controls

Describes how to interact with tree view controls from scripts.

Working With UpDown Controls

Explains how you can simulate user actions over spin box controls.

Related Topics of Interest

List of Win32 Controls

Contains a list of test objects provided for standard Windows controls.

wText Property (HotKey Controls)

Explains the most common approaches for simulating user actions over applications’ controls.

Object Mapping

Explains how to associate a custom control with a supported control type.

wText Property (HotKey Controls)

Explains how you can work with owner-drawn controls from your tests.

Supported Controls

Contains a complete list of controls supported by TestComplete.

See Also

Object-Specific Tasks

Highlight search results