background image
<< Sending Messages to the Controller | Obtaining Information about Vusers and Hosts >>
<< Sending Messages to the Controller | Obtaining Information about Vusers and Hosts >>

The output_message function

Creating Vuser Scripts
Chapter 26, page 452
GUI Vuser Scripts · Developing GUI Vuser Scripts
In
The output_message function is used to send a special notification that is not an
error message. The syntax of this function is:
output_message (
message
);
where
message
is a text string.
For the further information on the error_message and the output_message
functions, refer to the
TSL Online Reference
(available from the WinRunner Help
menu) or the
Creating GUI Virtual User Scripts (UNIX)
guide.