Forum Discussion
AlexeyK
Alumni
14 years agoAurélien,
The recognition settings to be used depend on the application type. For example, for MFC applications, you can use the ControlID property. Its values correspond to the objects' IDs defined in the MFC application. What application are you testing?
Is it possible to make your tested application Open?
If it is, you can try working with objects by their names specified in the application. In this case, you don't have to deal with name mapping configurations.