you can configure the log to see the http traffic. Otherwise you can do
something like this as first step of your webtest:

<groovy>
import com.gargoylesoftware.htmlunit.util.DebuggingWebConnection

def wc = step.context.webClient
wc.webConnection = new DebuggingWebConnection(wc.webConnection, "Till")
</groovy>

this will save all files received by the client and create an overview
page Till.html in your temp directory

Cheers,
Marc.
-- 
Blog: http://mguillem.wordpress.com


[EMAIL PROTECTED] wrote:
> 
> Is there a method to see which JavaScript files the webtest program has
> loaded on a site?
> 
> Best Regards
> 
> Till Dreier


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

Reply via email to