Hi Ole,

can you try following (as first step of your test):

<groovy>
import com.gargoylesoftware.htmlunit.util.DebuggingWebConnection
def webClient = step.context.webClient
webClient.webConnection = new
DebuggingWebConnection(webClient.webConnection, "/tmp/Ole")
</groovy>

this should create the folder /tmp/Ole (of course you can adapt it)
which will contain information about *all* files downloaded during the test.

Cheers,
Marc.
-- 
Web: http://www.efficient-webtesting.com
Blog: http://mguillem.wordpress.com

Ole Lützhøft wrote:
> Hi Marc,
> 
> Thanks for answer. I can't find the second downloaded. I have turned all 
> possible traces on, but can't find it. Therefore my question.
> 
> What can I do?
> 
> Best regards
> Ole Lützhøft
> 
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On 
> Behalf Of Marc Guillemot
> Sent: 29. december 2008 21:08
> To: [email protected]
> Subject: Re: [Webtest] Possible problem with java script pages with same 
> names but different path
> 
> Hi,
> 
> I don't think that the problem comes from the script names. Can you
> check if the second one gets downloaded?
> 
> Cheers,
> Marc.


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

Reply via email to