Page 1 of 1

Using the eValid message box feature

PostPosted: Mon Sep 14, 2020 10:11 am
by KSteele
Good morning.

How do you use the extrinsic Message Box command in eValid?

Thanks

Re: Using the eValid message box feature

PostPosted: Tue Sep 15, 2020 1:20 pm
by eValid
KSteele wrote:Good morning.

How do you use the extrinsic Message Box command in eValid?

Thanks


Thanks for asking about the message box command feature KSteele.

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 message box command within the script to display information during playback of a script.

Maybe it will 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 (it is a modal window), playback will not resume until the "OK" button has been clicked by the user.


--eValid Support