The WebVerifyData function verifies selected data, such as code or text, in Source view. TrueLog Explorer automatically detects the number of occurrences of selected data in selected HTML documents.
The following sample code (in bold) is generated automatically for data verifications:
transaction TMain begin ... WebVerifyData("main.asp?from=welcome", 1, WEB_FLAG_IGNORE_WHITE_SPACE | WEB_FLAG_EQUAL | WEB_FLAG_CASE_SENSITIVE, 1, SEVERITY_ERROR, nVerifyDataResult1); WebPageUrl("http://myHost/shopit/", "ShopIt - Greetings"); ...