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