Your e-Business 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-2012 by Software Research, Inc.

eValid -- Example eValid Scripts -- Loadtest Cookbook
Go Back To Sample Script Catalog
eValid Home

Description of Script
This script is typical of what results from applying the loadtest cookbook instructions.

Script Playback
The script shown in the table below is can be copied and pasted into the Script Dialog for playback by eValid:

  1. Left click drag from the top line to the bottom line of the script.
  2. Right click Copy to capture the script.
  3. Open the eValid Script Window with eValid: Window > Script Window.
  4. Create a new script with File > New.
  5. Delete the existing text that eValid automatically inserts in the new script window.
  6. Right Click Paste to insert the saved script in the Script Window.
  7. Perform any necessary edits, e.g. to remove duplicated InitLink or other unwanted commands.
  8. Click File > Save As to save the script in the filename of your choice, in the test Group of your choice, and in the test Project of your choice.

Important Note: This script is an example and may not work with your environment or setup. You may need to re-record a similar script to get correct resultes.

Example Script
# 
# Recording by eValid V9
# (c) Copyright 2000-2012 by Software Research, Inc. 
# Recording made on: Microsoft Windows XP Service Pack 1 (IE 6.0.2800.1106)
# 

ProjectID "Project"
GroupID "Group"
TestID "1"
LogID "DEFAULT"

Serve FULL
LoadType FULL

_eValid "C:\Program Files\Software Research\eValid\Program\Project\Group\Test.evs" \
	"" "CmdID001" \
	"" "5" \
	"" "$NAME1=VALUE1" \
	"" "-pm 1.0"
Wait 1000
_eValid "C:\Program Files\Software Research\eValid\Program\Project\Group\Test.evs" \
	"" "CmdID002" \
	"" "5" \
	"" "$NAME1=VALUE1" \
	"" "-pm 1.0"
Wait 1000
_eValid "C:\Program Files\Software Research\eValid\Program\Project\Group\Test.evs" \
	"" "CmdID003" \
	"" "5" \
	"" "$NAME1=VALUE1" \
	"" "-pm 1.0"
Wait 1000
_eValid "C:\Program Files\Software Research\eValid\Program\Project\Group\Test.evs" \
	"" "CmdID004" \
	"" "5" \
	"" "$NAME1=VALUE1" \
	"" "-pm 1.0"
Wait 1000
_eValid "C:\Program Files\Software Research\eValid\Program\Project\Group\Test.evs" \
	"" "CmdID005" \
	"" "5" \
	"" "$NAME1=VALUE1" \
	"" "-pm 1.0"
Wait 1000

# End of script.

Additional Notes
The scripts eValid creates use one command per line. In the script example shown some long lines have been folded for readability. The line foldings used are respected by eValid.