|
Description
The script runs a web email check on the http://mail.yahoo.com toppage on an hourly
basis and reports results over a 24-hour period.
Result Files Available
The data given in the table provides access to the following information:
Comments
This script (shown below) starts in http://mail.yahoo.com and then signs on to a public email account
confirms sign-on, observes incoming mail, and then signs out.
The chart shows the total elapsed time of the script from the eValid Timing Log
(event numbers in the chart correspond to the left-hand side of this table).
Script
Here is the eValid script that was used to produce the data above.
# # Recording by eValid V9 # (c) Copyright 2000-2010 by eValid, Inc. # Recording made on: Microsoft Windows XP (IE 6.0), HostName "" # ProjectID "Yahoo" GroupID "Monitor1" TestID "checkmail" LogID "AUTO" ScreenSize 1024 768 FontSize 2 InitLink "http://mail.yahoo.com/" ResetTimer Wait 12368 InputValue 0 184 "TEXT" "login" "evalidation1" "" "" Wait 4176 InputValue 0 188 "TEXT" "passwd" "srtesting" "" "" Wait 3245 SubmitClick 0 196 ".save" "Sign In" "" NAV ValidateSelectedText 0 200 0 "Welcome, SR!" "" Wait 17034 FollowLink 0 152 "Inbox (1)" "http://us.f900.mail.yahoo.com/ym/ShowFolder?rb=Inbox&reset=1&YY=" \ "26978" "" Wait 4416 ButtonClick 0 111 "" "Check Mail" "" NAV Wait 3485 FollowLink 0 108 "Sign Out" "http://us.f900.mail.yahoo.com/ym/Logout?YY=82239&inc=25&order=do" \ "wn&sort=date&pos=0&view=a&head=b&box=Inbox&YY=82239" "" ElapsedTime # End of script. |