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.

> Running Time Specific Scripts

  When running scripts at a specific time, it is often very hard to
  accomplish especially when a lot of work is at hand. eValid helps
  the user by automating the process of running specific scripts at
  a time specified by the user. This means that the user can run
  test almost unattended! Just add the Wait commands in the script:

  For all HH commands, the val parameter has a range of 00-23.
  For all MM commands, the val parameter has a range of 00-59.

  WaitHH [value]    - WaitHH will wait for the exact hour specified
  		      before running a script.
  WaitMM [value]    - WaitMM will wait for the exact minute specified
  		      before running a script.
  WaitModHH [value] - WaitModHH will wait for the next exact hour
  		      that is a multiple of 'val' before running a test.
  WaitModMM [value] - WaitModMM will wait for the next exact minute
  		      that is a multiple of 'val' before running a test.

  Once inserted in the script, the Wait commands will not commence until
  the specified time is reached.

> Check your eValid browser version with "Help > About".