tags:

views:

402

answers:

1

I'm writing a JUnit test that involves the downloading of a file from the web app. How do I do that with HtmlUnit?

A: 

I don't what kind of file, but maybe code for this test might be helpful. If not try to find answers in other tests.

cetnar
could you please look at the question at http://stackoverflow.com/questions/2131049/problem-in-htmlunit-api-for-java-headless-browser
Yatendra Goel