4 messages in com.canoo.lists.webtestRe: [Webtest] [reportSite]: no url fo...
FromSent OnAttachments
Achim Westermann12 Jun 2008 01:18 
Marc Guillemot16 Jun 2008 00:48 
Tomi Mäkinen16 Jun 2008 05:09 
Tomi Mäkinen16 Jun 2008 05:10 
Subject:Re: [Webtest] [reportSite]: no url for crawling of Spider generated
From:Marc Guillemot (mgui@yahoo.fr)
Date:06/16/2008 12:48:59 AM
List:com.canoo.lists.webtest

It would make sense to add the url of the current page to all error messages. Can you open an issue for that?

Cheers, Marc.

Achim Westermann wrote:

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,