Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi James,
I don't think that using Text Recognition or OCR will help you.
As far as I see, the TStringGridEx grid is used in your application. First of all, check whether the control is inherited from a control that is specially supported by TestComplete (for example, from the TStringGrid control). If it is, use the Object Mapping feature to make TestComplete treat the control as a supported control.
If the control isn't inherited, the only option is to create your own script that will work with the control's methods and properties.
In any ways, you won't be able to make TestComplete recognize grid cells as individual objects. In addition, creating reliable tests is possible only if native properties or methods of the control is used.