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 -- Dynamic LinkCheck Monitoring Data -- MicroMuse
eValid HOME

Description
The script runs a dynamic link check on the www.micromuse.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 www.micromuse.com and then runs a standard dynamic link check command from that page. The dynamic link check command will visit fronm 40-60 links that branch from the top page. Any unavailable pages will show as ERRORs in the EventLog. 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:40 Summary Event Log
201:40 Summary Event Log
302:40 Summary Event Log
403:40 Summary Event Log
504:40 Summary Event Log
605:40 Summary Event Log
706:40 Summary Event Log
807:40 Summary Event Log
908:40 Summary Event Log
1009:40 Summary Event Log
1110:40 Summary Event Log
1211:40 Summary Event Log
1312:40 Summary Event Log
1413:40 Summary Event Log
1514:40 Summary Event Log
1615:40 Summary Event Log
1716:40 Summary Event Log
1817:40 Summary Event Log
1918:40 Summary Event Log
2019:40 Summary Event Log
2120:40 Summary Event Log
2221:40 Summary Event Log
2322:40 Summary Event Log
2423:40 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)
# 

ProjectID "Micromuse"
GroupID "Monitor1"
TestID "Deep-Transaction1"
LogID "AUTO"
ScreenSize 1024 768
FontSize 2

InitLink "http://www.micromuse.com/"

Wait 2136
DynamicLinkCheck 0

# End of script.