ContributionsMost RecentMost LikesSolutionsRe: Selecting unique value from drop down list with duplicatesThanks Helen, I went with your approach and it works great. Selecting unique value from drop down list with duplicatesBackground: Keyword Test user, very little coded experience but I can usually follow examples Issue: I have run into a HTML Select object (ObjectType Select) that has duplicate values in the list. The Select contains 2 optgroups and in the first optgroup it contains the same value as the 2nd opt group. I would typically use object.ClickItem using keyword tests to select the item. However if I try this it will click the first option that matches in the list when I really want the option from the 2nd optgroup. Can anyone provide an example on how to solve this issue as I can only assume it is a common issue. I have included a screen shot. SolvedIE11 vs Chrome32 name mapping issueI am trying to run a script I recorded in Chrome 32 against IE 11 and I am encountering an issue with the name mapping for a checkbox. In Chrome the checkbox is found and mapped. In IE the checkbox and the label as recognized as the same object. This causes my test to fail when I run it in IE. Is this a known issue? Is there a way to resolve this without having to write separate logic to handle IE? Re: Is it possible to parameterize the Find Object operation in Keyword Tests?I am able to parameterize the operation of what TestComplete does after it finds the child but it appears I cannot parameterize which child to look for.Re: Is it possible to parameterize the Find Object operation in Keyword Tests?Hi Tanya, That's the problem, I don't see how to access the Edit Parameters window. See the attached screenshot. BrianIs it possible to parameterize the Find Object operation in Keyword Tests?I have a Data Driven loop in my keyword test, within the loop I use a Find Object operation. I would like to pass a table variable into the value column of the Find Object operation. Is this possible or does it only support a hard coded value? If it is not possible what other alternatives could I try? ThanksCan't parameterize property checkpointI am trying to parameterize a property checkpoint in a keyword test following this articles instructions: http://support.smartbear.com/viewarticle/57033/ I am unable to get to the Operation Parameters dialog for the Property checkpoint nor can I edit the value column manually. When I double click on the property checkpoint line it opens the "Create Property Checkpoint" window with the object spy icons. Is this a bug or what am I doing wrong? Using TC10.Re: Running or adding sub routines to Keyword testsIf I understand your problem correctly you are trying to run a script routine from a keyword test? If so, in your keyword test use the Test Action "Run Script Routine" located in the Operations menu. Once you drop the test action onto the keyword test you will be able to select any script routine located in the current project. Hope that helps.Re: Microsoft Dynamics Name Mapping ProblemThanks, I have MSAA turned on and I can see most objects in Dynamics now. I will check out that other link for the playback errors. Thanks!Name mapping problem (TC9.3)I have a window open in my application, in the object browser I select the window and click highlight on screen and it does. I then select show object in name mapping editor, it does, I right click the mapped object and select hightlight on screen and it says "Unable to highlight on screen because the object is not visible". Help...