Hi list, 

I am using the reportSite step to crawl a site. In the results I cannot find 
any URL of the crawled page. So if any page has an unsuccessful verification 
step it is impossible to know the failing page. 
I am using the following test: 

<?xml version="1.0"?>

<!DOCTYPE project SYSTEM "../dtd/Project.dtd">

<project default="test">

        <target name="test">

                <webtest name="crawl jchart2d">
                        <invoke url="http://xxx.net"; description="Go to xxx"/>
                     <reportSite depth="1">
        <verifyDocumentURL text=".+" regex="true"/>
     </reportSite> 
                </webtest>

        </target>
</project>


Am I missing some trick? 

kind regards, 

Achim
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to