The WebVerifyTable function verifies text selected within an HTML table cell in Rendered view. TrueLog Explorer automatically identifies the HTML table as well as the row and column of the selected cell.
The following sample code (in bold) is generated automatically for HTML table verifications:
transaction TMain begin ... WebVerifyTable(7, 3, 1, "115.8", WEB_FLAG_IGNORE_WHITE_SPACE | WEB_FLAG_CONTAINS | WEB_FLAG_CASE_SENSITIVE, NULL, SEVERITY_ERROR, bVerifyTableSuccess1); WebPageLink("Add to basket", "ShopIt - Basket"); ...