Page 1 of 1

Understanding the Play Value command

PostPosted: Mon Sep 12, 2022 8:48 am
by RPowers
Hi.

Can you give me an explanation about the "Play Value" commands in eValid, please?

Thanks

Re: Understanding the Play Value command

PostPosted: Tue Sep 13, 2022 7:36 am
by eValid
RPowers wrote:Hi.

Can you give me an explanation about the "Play Value" commands in eValid, please?

Thanks


Thanks for asking RPowers, happy to explain.

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 details, please see this link: http://e-valid.com/Products/Documentati ... value.html


-- eValid Support