kavansays
10 years agoContributor
Javatable GetRows/Get Columns
1) How to get JavaTable RowCount and ColumnCount in testcomplete?
My object : "Aliases.javaw.MainWnd.scene.PrimaryTab.TradesTable. ? "
2) How to convert that rowcount in string?
You can call the native methods of Java objects inside a TC script, so just use .
table.getRowCount()
// and
table.getColumnCount()