In my unit test, I currently have this code:
int responseCode;
try {
WebResponse response = new WebConversation().getResponse(new GetMethodWebRequest("http://myurl"));
responseCode = response.getResponseCode();
} catch (HttpException e) {
…
Today httpunit 1.7.2 was released on maven central.
There seem to be several "unofficial" patches available see:
http://search.maven.org/#search|ga|1|httpunit
http://www.jarvana.com/jarvana/search?search_type=project&project=httpunit
What is the…
In my anchor tag, I don't have any id. But I need to get that value in Httpunit in-order to click.
Here is the anchor tag:
Continue
Please let me know it clearly.