Forum Discussion
"Top of object" property is not a good choice for identifying the control uniquely. If we cannot use the wndCaption because of multilanguage support we should try to identify another set of properties using which the control can be identified uniquely. If it it not possible to do this with out the language dependent properties we need to use the name mapping configuration feature in test complete. Using this we can use different namemapping configuration for each language and this name mapping configuration selection can be done from script using the NameMapping.CurrentConfigurationName = Namemapping configuration name script. More info can be found in https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/name-mapping/configurations/switching.html