ContributionsMost RecentMost LikesSolutionsusing a loop to select a certain value of a combo boxHi, In TestComplete a want to select a certain value of a combobox.with country names in it I want to do that with a loop. So want to search in the combobox until I find de country "Australia" I don't think it is a data driven loop, because the value I need is not in a tabel or excel document but from a combobox in a screen. I cannot find how the syntax looks like.Re: nested if-statemenet Hi Marsha, Thanks for the solution! This works. I've just started with TestComplete and adding some logical statements tot my keyword testing. So I am not familiar yet with the exact syntax. Rob Re: nested if-statemenet Hello Emma, I got the messages: "Exception" and "The test execution was interrupted" Rob nested if-statemenet Hello, I want to use nested if statements whlie using keyword testing. When I do so, I get an error. Only 1 if..then..else statement seems to work. Can anybody tell me the exact syntax of nested i-statements? Solved