Forum Discussion
5 Replies
- HKosova
Alumni
Hi Chris,
JVCL TJvDBGrid is a descendant of the standard VCL TDBGrid, and TestComplete supports TDBGrid, so it's probably just a matter of getting things setup correctly. Try this:- Build your application with debug information, as explained here.
- In your TestComplete project, add TJvDBGrid to Tools > Current Project Properties > Object Mapping > Borland Controls > DBGrid.
Now your grid should have the wValue, wRowCount, ClickCell and other properties and methods for automation.
- ChrisProContributor
The exe shall be generated in "Release" mode.
Do you have another solution?
Hi Chris,
You can use TestComplete’s StripTDS utility to extract debug information from your executable file: http://smartbear.com/viewarticle/55458/