Forum Discussion

Nirmal_kumar's avatar
Nirmal_kumar
Occasional Contributor
9 years ago

How to read Tables in desktop application using javascript??

Hi All, 

 

Am new to Testcomplete tool and javascript, am trying to analyse how to read tables available in Desktop application.

 

I tried to use record and play to identify the obj. But it recognizes till the table panel but not the rows or column.

 

help me understand how to retrieve data from table.

 

 

  • shankar_r's avatar
    shankar_r
    Community Hero

    Basic methods for tables,

     

    To retrieve value objTable.wValue(row,column)

    To get Row Count objTable.wRowCount

    To get Column Count objTable.wColumnCount

     

    For more info you can refer link shared by baxatob