|
Description
The script runs a flash page check on the http://www.coke.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://www.coke.com and then navigates through some flash objects, awaits loading of all flash objects and
confirms that the login prompt is available.
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.
# # (c) Copyright 2000-2010 by eValid, Inc. # Recording made on: Microsoft Windows XP (IE 6.0), HostName "" # ProjectID "Coke" GroupID "Monitor1" TestID "flash" LogID "AUTO" ScreenSize 1024 768 FontSize 2 InitLink "http://www.coke.com/flashIndex1.html" Wait 10000 WindowPos 0 15 9 775 725 xyLClick 0 675 307 0 NAV # WaitRedirect 0 "javascript:top.navigate('','false','PP-Home')" "number:3" Wait 10000 WindowPos 0 15 9 775 725 xySyncRect 0 50 228 717 280 39825664 Wait 2924 WindowPos 0 15 9 775 725 xyLClick 0 688 406 0 NAV ResetTimer SubFrameSet 1 "Welcome to Vanilla Coke" # WaitRedirect 1 "javascript:doTracking('Mystery%20Game','Mystery%20Game%20Landing%20Page')" "" Wait 10000 WindowPos 1 4 42 748 566 xySyncRect 1 395 113 78 15 165088 WindowPos 1 4 42 748 566 xyLClick 1 437 121 0 ElapsedTime Wait 5000 WindowClose 1 # End of script. |