PushTestInfo Function

Action

Sends a message to the Runtime Status window.

Syntax

PushTestInfo (sInfo)
Variable Description
sInfo Message to appear in the Runtime Status window. STRING.

Notes

When PushTestInfo is called with the string sInfo, a message is displayed in the Runtime Status window:

value of sInfo

Each message you send with PushTestInfo can be removed from the Runtime Status window either by a call to PopTestInfo or when the test completes execution. However if the 4Test code raises an exception then the messages will not be cleared automatically. We recommend that you call PopTestInfo function to clear the messages.