Hi,
I am facing a problem wherein the my
test using HttpUnit are taking more time to complete than the
JUnit Test cases.
I am using WebConversation to get the response for a request and then compare the request against a predefined text:
Response res = WebConverstaion.getResponse(request).
Where following code takes lesser time:
PostMethod pm = new PostMethod("http...")
HttpClient.execute(PostMethod).
Can anzbody help me in this regard. Any help will me in this regard.