Your e-Busi
ness Quality Partner eValid™ -- Automated Web Quality Solution
Browser-Based, Client-Side, Functional Testing & Validation,
Load & Performance Tuning, Page Timing, Website Analysis,
and Rich Internet Application Monitoring.
© Copyright 2000-2010 by Software Research, Inc.

LoadTest Scenario: "Download Homepage"
eValid Home

Using eValid's loadtesting capability with a LoadTest License, one can achieve simple to complex loadtest scenarios in a matter of minutes. Through eValid's simple to read and use scripting language, a vast effective collection of realtime information is available to the Web tester in text and graph form.

Below is the LoadTest script .evl file that calls the user script .evs file. Once a LoadTest script is created, then one only needs to load the script to eValid eValid>Open Load Test, then select eValid > Playback Mode > Start Playback or F6. Also following are thumbnails linked to screen shots of the LoadTest in action, opened 150 pixels high X 300 pixels wide windows which were specified as parameters in the .evl loadtest script. Also was set, the modem simulation -pr switch set to 44 kbps. The value substitution parameter, $ThinkTime is also demonstrated. Explanations of all parameters are available in the user documentation in the Help>Documentation>User Manual menu from eValid.

LoadTest .evl user defined script


#
ProjectID "Demos"
GroupID "LoadTest"
TestID "Download URL Scenario"
LogID "AUTO"

_eValid "download.evs" "01" 5 "$ThinkTime=1000" "-pm 1.0 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "02" 5 "$ThinkTime=0900" "-pm 0.9 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "03" 5 "$ThinkTime=0800" "-pm 0.8 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "04" 5 "$ThinkTime=0900" "-pm 0.7 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "05" 5 "$ThinkTime=0800" "-pm 0.6 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "06" 5 "$ThinkTime=0900" "-pm 1.0 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "07" 5 "$ThinkTime=0800" "-pm 0.9 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "08" 5 "$ThinkTime=0700" "-pm 0.8 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "09" 5 "$ThinkTime=0600" "-pm 0.7 -pr 44 -wh 150 -ww 300" _eValid "download.evs" "10" 5 "$ThinkTime=0500" "-pm 0.6 -pr 44 -wh 150 -ww 300" #


User script download.evs recorded using eValid in record mode


#
# Recording by eValid
# (c) Copyright 2000-2010 by Software Research, Inc.
# Recording made on: Microsoft Windows 2000
#

ProjectID "Demos" GroupID "GLoadTest" TestID "TDownload URL Scenario" LogID "AUTO"
InitLink "http://www.yahoo.com/" Wait $ThinkTime #

LoadTest screen shots

On the left is a thumbnail link to a screen shot of eValid's LoadTest in action. On the right is a thumbnail link to the Loadtest Graph showing the results of the Loadtest in easy to understand graphical form.