Your e-Business Quality Partner eValid™ -- The Web Quality Suite
Browser-Based Client-Side Functional Testing and Validation Page Timing/Tuning Transaction Monitoring. WebSite Spidering & Analysis and Realistic Server Loading.

eValid Validate All Text Test Wizard
eValid Home

Summary
The goal of this facility is to create a test script that will:

The resulting recording file can be used to test the WebPage immediately or later for complete content validation.

The effect of the Validate All Text test is the same as if the user had identified each complete text passage on the WebPage as one for subsequent checking using the Validate Selected Text option.

Here is a sample generated script file:

void test()
{
   InitLink "C:\Program Files\Amaya\Thot\Windows\bin\index.html"
   ValidateText L27 "eValid -- Example 1 " 1
   ValidateText L31 "("  1
   ValidateText L33 "example1.html" 1
   ValidateText L34 ")" 1
   ValidateText L43 "This example HTML file is designed to be used with eValid.
    The goal of this page is:
    (i) To show of what eValid can do;
    (ii) to exercise eValid;
    (iii) to act as a teaching and demonstration device.", 1);
   ValidateText L46  "Here is an Anchor Link to the document to an anchor named ", 1);
   ValidateText L49  " "  1
   ValidateText L51  "#target"  1
   ValidateText L52  " "  1
   ValidateText L53  ". "  1
   ValidateText L57  " Here is a broken Anchor Link inside this document "  1
   ValidateText L59  " "  1
   ValidateText L61  "#notdefined"  1
   ValidateText L62  " "  1
   ValidateText L63  " that is NOT defined and thus should fail."  1
   ValidateText L65  "This is an HREF Link to "  1
   ValidateText L67  " "  1
   ValidateText L69  "example1.out.html"  1
   ValidateText L70  " which exists and but is trivial. "  1
   ValidateText L73  "This HREF Link is to "  1
   ValidateText L75  " "  1
   ValidateText L77  "cbw1.notoutside.html"  1
   ValidateText L78  " which does not exist and should fail. "  1
   ValidateText L81  "Here is an image link that exists: "  1
   ValidateText L83  " "  1
   ValidateText L86  "Here is an image link one that does not exist: "  1
   ValidateText L93  "Please select options from the FORM shown below:"  1
   ValidateText L98  "PLEASE CHECK ONE:"  1
   ValidateText L100  " "  1
   ValidateText L107  "Buying Now "  1
   ValidateText L113  "Buying Next Month "  1
   ValidateText L119  "Just Looking "  1
   ValidateText L2.0  "Not Really Interested "  1
   ValidateText L130  "INTEREST AREAS:"  1
   ValidateText L131  " "  1
   ValidateText L137  "Yes I am concerned with my WebSite Quality "  1
   ValidateText L143  "Yes I want more information about eValid "  1
   ValidateText L149  "Yes I might want to evaluate eValid in my environment "  1
   ValidateText L2.0  "Yes  send me information about eValid by Email. Here is my
			  Name and Email address and Phone Number:"  1
   ValidateText L158  "Name: "  1
   ValidateText L162  ""  1
   ValidateText L167  "Phone: "  1
   ValidateText L171  "", 1
   ValidateText L176  "E-Mail: "  1
   ValidateText L180  ""  1
   ValidateText L2.0  "Serial Number: "  1
   ValidateText L189  ""  1
   ValidateText L205  "This reference connects to the "  1
   ValidateText L209  "TOP OF PAGE"  1
}