Forum Discussion
TestComplete has a great help system with a lot of examples.
Here you can read about Object Identification.
As for the text recognition, TestComplete has such a functionality (see here), but I think this is not what you are looking for, so try reading this first.
- Daniellovesmith9 years agoContributor
Yes this is not i was actually looking for. I have read topics on text recognition but what i want is adding class name( (Wndclass and Clr class name)) to text recognition in order to find objects which are unable to find using Object Spy or explanation on any sample application would be fine for me understand.
- AlexKaras9 years agoCommunity Hero
Hi,
> what i want is adding class name( (Wndclass and Clr class name)) to text recognition
Have you seen this : https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/improving/using-text-recognition/about.html#enabling-extended-text-recognition-for-applications-that-use-direct2d ?
Isn't this what you are looking for?
- Daniellovesmith9 years agoContributor
Yes.But, could you please hep me how to add class to text recognition using any sample app.