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