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 -- Flash Playback Check -- Coke
eValid HOME

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

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:55 Summary Event Log
201:55 Summary Event Log
302:55 Summary Event Log
403:55 Summary Event Log
504:55 Summary Event Log
605:55 Summary Event Log
706:55 Summary Event Log
807:55 Summary Event Log
908:55 Summary Event Log
1009:55 Summary Event Log
1110:55 Summary Event Log
1211:55 Summary Event Log
1312:55 Summary Event Log
1413:55 Summary Event Log
1514:55 Summary Event Log
1615:55 Summary Event Log
1716:55 Summary Event Log
1817:55 Summary Event Log
1918:55 Summary Event Log
2019:55 Summary Event Log
2120:55 Summary Event Log
2221:55 Summary Event Log
2322:55 Summary Event Log
2423:55 Summary Event Log

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.