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 -- Form Test Wizard
Go Back To Sample Script Catalog
eValid Home

Description of Script
This script illustrates eValid Form Test Wizard.

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
# AUTOPLAY8=;<uj-eu~p+
# 
# Recording by eValid V8
# (c) Copyright 2000-2012 by Software Research, Inc. 
# Recording made on: Microsoft Windows XP Service Pack 1 (IE 6.0.2800.1106), HostName ""
# 

ProjectID "Project"
GroupID "Group"
TestID "form"
LogID "AUTO"
ScreenSize 1152 864
FontSize 0
InitLink "http://tools.addme.com/servlet/s0new"

# Form Test Wizard starting... 
Wait 11556
InputValue 0 94 "TEXTAREA" "" "eValid\\eValid" "" ""
InputValue 0 102 "TEXT" "linkurl" "eValid" "" ""
InputValue 0 129 "CHECKBOX" "saveinfo" "ON" "TRUE" ""
InputValue 0 140 "TEXT" "title" "eValid" "" ""
InputValue 0 147 "TEXT" "url" "eValid" "" ""
InputValue 0 153 "SELECT-ONE" "type" "None Selected" "0" ""
InputValue 0 165 "TEXTAREA" "desc" "eValid\\eValid" "" ""
InputValue 0 173 "TEXTAREA" "keywords" "eValid\\eValid" "" ""
InputValue 0 181 "TEXT" "email" "eValid" "" ""
InputValue 0 187 "TEXT" "fname" "eValid" "" ""
Wait 110
InputValue 0 193 "TEXT" "lname" "eValid" "" ""
InputValue 0 199 "TEXT" "address" "eValid" "" ""
InputValue 0 205 "TEXT" "city" "eValid" "" ""
InputValue 0 211 "TEXT" "state" "eValid" "" ""
InputValue 0 217 "TEXT" "zip" "eValid" "" ""
InputValue 0 223 "SELECT-ONE" "country" "None Selected" "0" ""
Wait 191
InputValue 0 462 "TEXT" "phone" "eValid" "" ""
InputValue 0 472 "CHECKBOX" "kanoodle" "ON" "TRUE" ""
InputValue 0 483 "CHECKBOX" "towersearch" "ON" "TRUE" ""
Wait 150
InputValue 0 509 "CHECKBOX" "webmaster" "ON" "TRUE" ""
InputValue 0 511 "CHECKBOX" "webhosting" "ON" "TRUE" ""
InputValue 0 513 "CHECKBOX" "freestuff" "ON" "TRUE" ""
Wait 140
InputValue 0 516 "CHECKBOX" "designpromo" "ON" "TRUE" ""
InputValue 0 518 "CHECKBOX" "ecommerce" "ON" "TRUE" ""
InputValue 0 520 "CHECKBOX" "affiliate" "ON" "TRUE" ""
Wait 140
InputValue 0 523 "CHECKBOX" "smallbusinessowners" "ON" "TRUE" ""
InputValue 0 525 "CHECKBOX" "internetmarketing" "ON" "TRUE" ""
Wait 101
InputValue 0 527 "CHECKBOX" "itprofessionals" "ON" "TRUE" ""
# Form Test Wizard ended. 

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