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-2010 by Software Research, Inc.

eValid -- Online Email Status Check -- Yahoo
eValid HOME

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

Click here to see the complete chart of 24 hours of activity. Current 24-Hour Total Script Playback Time Chart
This chart shows the total time for playback for the transaction on a 24-hour basis.
Midnight is at the left of the chart (event #1); 11 PM is at the right (event #24).
Event
Number
Start Time
For Test
Individual Run
Test
Summary
Event
Log
Report
100:50 Summary Event Log
201:50 Summary Event Log
302:50 Summary Event Log
403:50 Summary Event Log
504:50 Summary Event Log
605:50 Summary Event Log
706:50 Summary Event Log
807:50 Summary Event Log
908:50 Summary Event Log
1009:50 Summary Event Log
1110:50 Summary Event Log
1211:50 Summary Event Log
1312:50 Summary Event Log
1413:50 Summary Event Log
1514:50 Summary Event Log
1615:50 Summary Event Log
1716:50 Summary Event Log
1817:50 Summary Event Log
1918:50 Summary Event Log
2019:50 Summary Event Log
2120:50 Summary Event Log
2221:50 Summary Event Log
2322:50 Summary Event Log
2423:50 Summary Event Log

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.