Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Dmitri,
It looks like a third-party tab control is used in your application that doesn't have full support in TestComplete. I suggest that you try doing the following:
1. Check whether the control is inherited from a control that is specially supported by TestComplete (for example, from the JTabbedPane control). If it is, use the Object Mapping feature to make TestComplete treat the control as a supported control.
2. If the control isn't inherited, you can use the approaches listed in the "Improving Object Recognition" article to make TestComplete recognize your tab control.
3. If none of the above approaches help, you will need to use native properties and methods to test the control. The "Accessing Native Methods of Java Objects" article contains a detailed description of this approach.