Forum Discussion

googleid_104927's avatar
googleid_104927
Contributor
11 years ago
Solved

How to automate a grid belonging to ApexGrid in TestComplete?

I have a grid in my application and I spied using the TestComplete tool. It identifies its WndClass as "TG60.ApexGrid32.20". I am not able to get the number of cells or rows properly. Anyone has any e...
  • TanyaYatskovska's avatar
    11 years ago

    Hi Venkat,


     


    You should be able to work with your grid using its native properties and methods. Judging by the screenshot you posted, the Columns property is something that you can use to get the needed information. Expand this property in the Object Spy (or in the Object Browser) by clicking the ellipsis button - you should see much more properties that will store the information you need. 


     


    If this doesn't help, please post here a sample application containing the control - we could try analyzing the grid in this case.