On Sun, Jan 10, 2010 at 1:34 PM, Mark Van Peteghem <[email protected]> wrote: > My webtests work fine, but now I want to develop my site on my laptop. I > installed Xampplite, which seems to work fine, the test pages are ok, and I > adjusted my test scripts to use localhost as the base address. But when I > run my tests, some tests end with an error, saying that a > java.net.SocketException exception was thrown. > > I have other tests that work fine, even tests that do similar things. I > don't see a significant difference between failing and succeeding tests. On > a rerun, the same tests fail.
Maybe you have a interference problem between the tests? Do you also run into problems when running 1 single "failing" test? Can you simulate connection failures when performing the test with your browser? Maybe you need to fallback to some IP sniffer or check your web server access logs why connections are rejected. Tung _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

