Hi Yabing,
You need to subscribe to the mailing list in order to post.
As the stacktrace says, the connection timed out, and it looks like
you have been trying to set proxy details. Did you have issues with
setting these? Personally I only use JWebUnit with local development
copies of my applicat
I have problem to use JWebUnit to connect to URL from eclipse. in the first
line of the testSearch, it already failed. how to overcome this connection
error? thanks.
Below is my sample code:
public class GoogleTest extends WebTestCase {
static String searchLink = "HttpUnit";
public stat