> Using the extrinsic MessageBox command
When running a test, it is sometimes important to display information
that is beneficial the user. An extrinsic command built in eValid can
insert a messagebox command within the script to display information
during playback of a script. May it be to let the user know of what
command the script will do next or simply to inform the user of what
is happening within the script.
Insert the command: MessageBox "Your Message Here"
This will pop-up a modal dialog box specifying the message set in the
script.
As this command requires user interaction, playback will not resume
until the "Ok" button has been clicked by the user.
|