Webtest for binary content, how to ?

Posted by Xaqron on Stack Overflow See other posts from Stack Overflow or by Xaqron
Published on 2010-06-03T12:33:17Z Indexed on 2010/06/05 16:12 UTC
Read the original article Hit count: 194

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about checksum

Related posts about webtest