Parsing functions must be inserted into scripts at a point before the Web API calls that initiate the parsing/verification of response data. Multiple parse/verification functions can be specified before each Web API call.
The order of parse/verification functions is not relevant. An exception to this rule includes WebParseDataBound and WebVerifyDataBound using the flag WEB_FLAG_SYNCHRON.
Example of a BDL script utilizing a verification function:
WebVerifyHtml("Proper equipment leads to a successful trip", 1, ...); WebPageLink("ShopIt");