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 in Desktop Windows Applications
Working With Check Box Controls in Desktop Windows Applications
Working With Combo Box Controls in Desktop Windows Applications
Working With DateTimePicker Controls in Desktop Windows Applications
Working With Edit Controls in Desktop Windows Applications
Working With Header Controls in Desktop Windows Applications
Working With HotKey Controls in Desktop Windows Applications
Working With IP Address Controls in Desktop Windows Applications
Working With List Box Controls in Desktop Windows Applications
Working With List View Controls in Desktop Windows Applications
Working With Menus in Desktop Windows Applications
Working With MonthCalendar Controls in Desktop Windows Applications
Working With Radio Button Controls in Desktop Windows Applications
Working With Scroll Bar Controls in Desktop Windows Applications
Working With Status Bar Controls in Desktop Windows Applications
Working With SysLink Controls in Desktop Windows Applications
Working With Tab Controls in Desktop Windows Applications
Working With Toolbars in Desktop Windows Applications
Working With Trackbar Controls in Desktop Windows Applications
Working With Tree View Controls in Desktop Windows Applications
Working With UpDown Controls in Desktop Windows Applications
Related Topics of Interest
wText Property (HotKey Controls)
wText Property (HotKey Controls)