Slim Kasi wrote: > Yes, its quite a big file... > and other thing.. when im trying to test a download, that is about 500 > MB i get java.lang.OutOfMemoryError: Java heap space > > Is there anyway to test big files ?
500 MB!!! In this case, the current working mode of htmlunit is not the right one. You could configure the available memory but it would make more sense not to keep it in memory. I don't see it currently as a priority for webtest at all but you can configure your own WebConnection to do the job for instance within a Groovy step. > Can i somehow just recieve the header instead of content? currently not: HEAD requests are not supported. Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

