testing a download file link using JWebUnit

352 views Asked by At

I am using JWebUnit. How can i use it to test if a download link works properly and the file is actually downloaded.

1

There are 1 answers

0
user1307037 On

you can get the header once the link is pressed getRequestHeaders() then use then get the returned source to evaluate.