Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Joe,
The cause of the issue is that these objects are mapped by their name only. When a second object with the same name appears, TestComplete does not know how to distinguish them. Most probably, these objects have some properties with different values. This can be the 'Id' or 'Index' properties and you can use them to map these objects with different mapping names. To do this, find the _comboBoxProperty and _comboboxSortType objects in the Name Mapping tree and add the Index property as a new identifying property for them. Please find more information in the Modifying Mapping Criteria help topic.