Trackbar is a standard Windows control, which allows you to adjust any numeric value within the predefined range. A trackbar usually contains a slider and tick marks that represent numeric information. Each tick mark corresponds to a certain value and you can adjust this value by moving the slider to the position identified by this mark.
To work with Win32 trackbar controls TestComplete uses the Win32TrackBar
object. During the test run, TestComplete analyzes the controls’ class names and if the tested control’s class name is found in the Default Project Properties - Object Mapping Options list of the project’s options, associates the Win32TrackBar
object with this tested control. You can use specific properties and methods of this object to obtain data and perform various operations over the standard trackbar controls. If you need to test a custom trackbar control, you can add its class name to the Default Project Properties - Object Mapping Options list and use the properties and methods provided by Win32TrackBar.
The topics of this section describe common operations that can be performed over trackbar controls.
Note: | Though the following topics deal with scripts, you can use the same approaches while testing an application from your keyword tests. For more information, see Keyword Tests Basic Operations. |
In This Section
Getting the Trackbar Slider's Position
Setting the Trackbar Slider's Position
Determining the Number of Trackbar Ticks
Related Topics of Interest
See Also
Win32 TrackBar Support
Object-Specific Tasks
Supported Controls
Default Project Properties - Object Mapping Options