Forum Discussion
3 Replies
Hi,
The way you can select a tab will depend on the control you use in your app. So, let us know the following information:
1. What is the value of the control's WndClass property (you can check it using the Object Browser)? If the control is a .NET control, please tell me the value of its ClrFullClassName property.
2. What is the name of the component used to implement the control?
3. What language and IDE were used to create the application?
Also, if the control is not a standard one, let us know its vendor and version.
- presidejiOccasional ContributorPlease see the attached.
1. What is the value of the control's WndClass property (you can check it using the Object Browser)? If the control is a .NET control, please tell me the value of its ClrFullClassName property.
Please see the attached.
2. What is the name of the component used to implement the control?
3. What language and IDE were used to create the application?
It is third party software we are trying to test. We are not sure of the exact language as it is make of several languages. We discover it a mixture of everything you can think of java,.net etc.
Hi,
I see that a Java Swing tab control is used in your application. Check whether your control is inherited from the TabbedPane control that is officially supported by TestComplete. If it is, you can try using the Object Mapping feature.