Webtest for binary content, how to ?
- by Xaqron
Assume a web page that returns binary content:
http://localhost/website/Default.aspx?FileId=value
and we have some files with known Ids and checksums (i.e. MD5).
How it's possible to extract whole response and calculate it's check-sum via some visual studio webtest ?