verifyLogMessage()
Purpose
Logs a message in the test report.
Syntax
verifyLogMessage( <string> )
where:
<string> is a message
Description
The <string> message is logged and displayed in the test report.
If an exception is thrown in a verifyLogMessage() method, an error is logged and the test continues.
Example
verifyLogMessage("Hello World");$
Related Topics