0
kicks
Mock HTTP layer to do complex tasks like uploading photo to Flickr
In this post, I will show how you can use Typemock to fake out complex HTTP POST like uploading photo in Flickr server. The example which will be shown here, gives a pretty much generic idea of faking out HTTP calls and gain access to the response stream for comparing result with original content.I have used, N-Unit along with Typemock which is run thorough TMockRunner.exe to perform the mock test. ...