14 years ago
Text Recognition for JAVA object
Hi,
About text recognization, I noticed that in the TEST COMPLETE help doc, there is something said about added class:
=============================================
The specified class name of your onscreen control or window should coincide with
the value returned by the WndClass
property of the window
object corresponding to this control or window.
=============================================
Then I checked the definition of "window" above, it is:
=============================================
All the Win32
application windows are accessed through window objects in TestComplete tests:
top-level, child and popup windows.
=============================================
Does this mean that the text recognization only works for win32 application, not for JAVA application?
Also, I added the all the class name of this object to the property of project:
=============================================
JavaClassName NavTreeView
JavaFullClassName artemispm.viewpoint.clientutil.NavTreeView
wndClass SunAwtCanvas
=============================================
but it did not work, the text still can not be recognized.
thanks
About text recognization, I noticed that in the TEST COMPLETE help doc, there is something said about added class:
=============================================
The specified class name of your onscreen control or window should coincide with
the value returned by the WndClass
property of the window
object corresponding to this control or window.
=============================================
Then I checked the definition of "window" above, it is:
=============================================
All the Win32
application windows are accessed through window objects in TestComplete tests:
top-level, child and popup windows.
=============================================
Does this mean that the text recognization only works for win32 application, not for JAVA application?
Also, I added the all the class name of this object to the property of project:
=============================================
JavaClassName NavTreeView
JavaFullClassName artemispm.viewpoint.clientutil.NavTreeView
wndClass SunAwtCanvas
=============================================
but it did not work, the text still can not be recognized.
thanks