Forum Discussion
3 Replies
- Abramova
Staff
Hi,
In order for TestComplete to recognize application objects correctly, certain requirements must be met:
1) Appropriate plug-ins must be installed and enabled in TestComplete.
2) The application must be compiled with debug information included.For more information, read Open Applications in Visual C++ and Open Applications in C++Builder.
Please make sure that these requirements are met.
If the problem still occurs, could you please specify the class of controls that are recognized incorrectly?
- ameettContributorWndClass=fpSpread70
The plug-ins 1) Microsoft Visual C++ Open Application Support and 2) Delphi and C++Builder Open Applications Support are installed - Abramova
Staff
Hi,
Unfortunately, TestComplete does not provide extended support for this control, so the test engine has no access to the grid cells. However, you can try using the Text Recognition technology to work with the grid. Please see the Text Recognition Technology Support help topic for more information. Also, you can try using keystrokes as it is described in the Common Operations for Grids help topic.