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.

> PlayValue Commands

  eValid allows a tester to modify an eValid playback script,
  through the use of extrinsic [edited in] "PlayValue" commands, to
  override some of the preferences set in eValid.

  Over a dozen key playback parameters can be specified using the
  PlayValue command.

  Here is an example script that illustrates use of some of the
  PlayValue commands:

    #
    # Recording by eValid
    # (c) Copyright 2000-2011 by Software Research, Inc.
    #
    # PlayValue Demonstration Script
    # Start Recording
    #

    ProjectID "Public Demos"
    GroupID "Tips+Tricks"
    TestID "PlayValue"
    LogID "WebSite"

    ScreenSize 1024 768
    FontSize 2

    #
    # Set The Wait Time Ceiling Specification to 20000ms.
    #
    PlayValue _PC 20000

    #
    # Simulate A Modem Rate of 56 Kbps
    #
    PlayValue _PR 56

    #
    # Set The Playback Multiplier to 1.0
    #
    PlayValue _PM 1.0

    InitLink "http://www.yourwebsite.com"
    ...(rest of eValid script)...

  For a complete list of available PlayValue commands, please check:

  PlayValue Command Summary