0

I'm going to be pretty straight forward about this:

I managed to record a file upload test in Visual Studio 2012, by deploying the uploaded file(s) to the project before recording the test.

The question now is, how do I do this for a file I want to download?

Vegard
  • 101
  • 3
  • 8
  • You want to test downloading a file over HTTP? – ryan1234 Jan 25 '13 at 15:51
  • Yes, that's exactly what I want. And if possible -- I want it downloaded to a folder I choose, so I can track/measure download speed, capacity/performance of the solution I'm testing. – Vegard Jan 28 '13 at 18:41
  • I would look for an embedded web server for .NET and then code it up to simulate a download. http://stackoverflow.com/questions/4268814/embedded-c-sharp-web-server – ryan1234 Jan 28 '13 at 18:47

0 Answers0