15 years ago
Select item from Combo box
Hi I am trying to select item in Combo box, but TestComplete doesn't recognize my selection. I am testing application. My Combobox is defined by system as WndClass: ATL:006C2478 I added this...
Hi Nastassia,
The value of the WndClass property coming after "ATL:" may change. I suggest that you try adding the "ATL:*" class name to Object Mapping.
Also, I've noticed that items in your combo are named "Item 1", "Item 2", etc., that is, the item names contain spaces. Please make sure that you are referring to the items by valid names. Plus, you can try addressing items by their indexes. Please see the "ClickItem Action (ComboBox Controls)" article for details.
If the suggestions above do not help, please zip the entire project suite folder along with the test execution logs and send us the archive. Sending a sample application containing the target combo box would be very helpful for us too.