Forum Discussion

laxmankumar's avatar
laxmankumar
Occasional Contributor
11 years ago

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() ...
  • TanyaYatskovska's avatar
    11 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");