Forum Discussion
Louay,
What test commands are recorded? Also, what combo box controls are you using (what vendor)?
Perhaps, they are not supported by TestComplete, and it does not recognize them as combo box controls. To command TestComplete to recognize your controls as combo box controls, you need to change your project's properties:
* Launch your application and activate the form that contains the problematic combo boxes.
* Switch to the Object Browser and find your combo box control there.
* Find the WndClass property on the right and memorize (or write down) its value.
* Switch to the Project Explorer panel, right-click your test project there and choose Edit | Properties from the context menu. This will open the project editor and activate the editor's Properties page.
* Select Object Mapping on the left of the page. This will open the Object Mapping settings for editing on the right.
* Choose the "Win32 Controls and Windows | Combo box" control object category and add the class name of your control to the list.
* Select File | Save from the main menu to save the changes.