Forum Discussion
how do i find the Index Value?
What do the properties of your dropdown box look like? Usually they will have a ClickItem method.
- salley7 years agoFrequent Contributor
Doesn't have a ClickItem Method
- cunderw7 years agoCommunity Hero
Is all of the checkbox label dynamic or just portions of it. For example dose it always say Include all <X> item? If that is the case you could use FindChildEx with a wild carded value.
- salley7 years agoFrequent Contributor
The first item i need to check off to select whatever items i want to select. so sometimes it display as "All Items....." and sometimes it displays as "All tracking Items...". somehow i just need to click the first item from the list,,, then i'll select whatever item i want to select. In QTP it could be done by Using Index number, i'm just not sure how to use that in TestComplete. i think my best bet would be using Index 0 ,, and that would be the first item,