|
Description
The script runs a web search and match string on the http://www.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://www.yahoo.com, searches public websites for the item eValid,
and then tries to match on a particularly selected string within the found listings at position number one.
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 V8 # (c) Copyright 2000-2010 by eValid, Inc. # Recording made on: Microsoft Windows XP (IE 6.0), HostName "" # ProjectID "Yahoo" GroupID "Monitor2" TestID "match" LogID "AUTO" ScreenSize 1024 768 FontSize 2 InitLink "http://www.yahoo.com/" Wait 11477 ResetTimer # The search being done is for "evalid"... InputValue 0 60 "TEXT" "p" "evalid" "" "" Wait 140 SubmitClick 0 61 "" "Yahoo! Search" "" NAV # MatchString wid "TEXT" 0|1 -- This command checks that TEXT # exists in the source of # specified window (0=ignore case, 1=case sensitive)... MatchString 0 "eValid -- WebSite Mapping/Testing/Loading/Tuning/Analysis System" 0 # This command reports how long the search and verification took... ElapsedTime # End of script. |