ContributionsMost RecentMost LikesSolutionsRe: using a loop to select a certain value of a combo box HelloRobvanBeest2- The Object Spy tool can be used to view the syntax of the options - for example: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select Once you know the sytax i would suggest using a ClickItem method to select Australia - I do not believe a loop will be necessary. Let me know if you have additional questions. Emma Re: TestComplete Desktop testing Hirkadali- The wildcard should be an '*' See if that helps. Emma Re: nested if-statemenet HelloRobvanBeest2- What is the error message you receive? Emma Re: Help with mapping an object Hellogdave- It shouldnt matter that it is a panel and not a button - what happens when you let TestComplete create the mapping? Also - are you aware of if you are using Xpath and CSS or the property based object identification? You will have to create separate objects in your repository for the pencil in rows 1 and 2 and then you should have no problem clicking on them separately. Emma Re: TestComplete Desktop testing Hellorkadali- I believe you can get around this by using a different method - currently you are using a clickitemXY method which is using the exact name and coordinates of that element. Try a clickItem instead - you can add a wildcard in the method value to wildcard out the (1) Let me know if you have additional questions. Emma Re: Trying to select a random value from a data source Hibev77- Would it be possible for you to send an image of the step in your testcase? My guess is it is some type of syntax issue . Thanks, Emma Re: Labels not found if URL changes HiKevinStanley - Another option is to use conditional mapping, you can allow for the common objects on several different pages by using this option. Please see link for additional information: Once you have selected this option you can allow for multiple URLs. Re: Compare file date with current date HelloDainiusA- What format is the file with the modified current date? I would suggest using a checkpoint which uses a dynamic variable to accomplish this. aqDatetime can be used to pull a current date to check against the value. The output can be formatted according to what format the expected date is. Please let me know additional questions you may have. Emma Re: auto-wait timeout for WaitProperty operation versus WaitWinFormObject operation Hellodhundley- Could you please show an image of the values section of the WaitProperty you have set up? Thanks, Emma Re: obj.FindChild takes too long time to search for the child obejct Hissv- It is possible to adjust the autowait timeout for individual operations - please see this document specifically related to "autowait - timeout" section. Let me know if you have additional questions. Emma