AlexKaraswrote:
Hi,
> WinForms, Telerik and other UI solutions, all of which have been customized heavily.
Maybe https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/properties/object-mapping.html then?
This appears to be just for supporting controls that you would like to behave like preexisting controls which are already supported by TC. So, say if you built a tab array which had the same (or similar) feature set as a vendor's control, you could map your control class under a similar node in the Object Mapping tree. If my understanding of this feature is wrong here, please let me know.
From my experimentation, the Object Mapping doesn't appear to affect the interactivity of the problem objects/controls.
In our situation, the controls have been modified heavily on top of the base class; for example, the class 'RadPageView' (Telerik) has had functionality built on top of it to the point where TC does not recognize the base class or added functionality. In code it is still using the same class name, it is just that now TC doesn't know how to use our version of RadPageView objects.
Thank you for the suggestion, however :)