ITableVerify Interface
OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.
If you need to use and extend the Silverlight Add-in, contact OpenText Support.
| Name | Description | |
|---|---|---|
![]() | GetTableColNames | Returns the column names. |
![]() | GetTableData | Implement this method so that it retrieves the table data of all columns of rows between firstRowInRange and lastRowInRange, inclusive. |
![]() | GetTableRowRange | Gets the indexes of the first and last visible rows, and the table row count. |


