0

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

skywalker
  • 23
  • 5

1 Answers1

0

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

user1307037
  • 419
  • 3
  • 5