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 -- Online Search and Match String -- Yahoo
eValid HOME

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

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

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.