Your e-Business Quality Partner eValid™ -- The Web Quality Suite
Browser-Based Client-Side Functional Testing and Validation Page Timing/Tuning Transaction Monitoring. WebSite Spidering & Analysis and Realistic Server Loading.
© Copyright 2000-2011 by Software Research, Inc.

eValid -- Power User Tips & Tricks
Prior   |   Catalog   |   eValid Home   |   Search   |   Next

Become an eValid Power User!
eValid Power User's Tips and Tricks can help you use eValid to get better results, quicker, and easier. Each Tips and Tricks item addresss one or two issues that will help you to increase your effectiveness with eValid.

> 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.