[Webtest] [reportSite]: no url for crawling of Spider generated
Achim Westermann
Achim Westermann" <Achim.Westermann@gmx.de
Thu, 12 Jun 2008 10:19:09 +0200
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