laxmankumar
12 years agoOccasional Contributor
Unable to Find item from ComboBox
When I try to run my script using TestComplete 9 (TC9), TC9 does not recogize the item in a combo box (highligted below). Please note that, I am noice to TestComplete... function Test1() ...
- 12 years ago
Hi Laxman,
There are several spaces at the beginning of each item name - it looks like the developers made the hierarchy in the combo box by using this approach.
To make TestComplete work correctly, add the * wildcard to the item name:
form.selectForum.ClickItem("*AutomatedQA / SmartBear TestComplete");