Use this tab to insert a log message into a Functional Tester script. During playback, Functional Tester inserts this information into the log.
The Log Entry tab has the following controls:
Message to write to the log -- Enter the text you want to include in the log.
Result -- Select the type of message you want to add to the log. The result type will be displayed in the log.
Information indicates that the text will be entered as a message.
Warning indicates that the text will be entered as a warning. The warning state is also reflected in the endScript message result type.
Error indicates that the text will be entered as an error. The error state is also reflected in the endScript message result type.
Insert Code -- Inserts code
into the script based on the option you selected in the Result
section, where message
is the
text you entered:
logInfo("message") logWarning("message") logError("message")
To open: If recording, click the Insert
Script Support Commands button on the Recording
Monitor toolbar and click the Log Entry
tab. If editing, click the Insert
Recording into Active Functional Tester Script button
on the Functional Tester toolbar, click the Insert
Script Support Commands
button
on the Recording Monitor toolbar, and click the Log Entry tab.
Related Topics:
Inserting a Log Message into a Script
Terms of use | Feedback
(C) Copyright IBM Corporation 2002, 2004. All Rights Reserved.