vote up 0 vote down star

I have created a Visual Studio 2008 sp1 test suite web test that uploads a document to a document library in SharePoint. The test is a lot like the one described here.

All is fine until the test is converted to a coded web test. Then the upload post returns the response

"Request failed: Connot close stream until all bytes are written"

Any ideas on how to get it going?

flag

1 Answer

vote up 0 vote down check

...so it turns out that while the files name was included in the test as a deployment item and the file was added to the visual studio project, the visual studio file property "Copy to Output Directory" was set as "Do not copy". Changing this to "Copy always" fixes the issue.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.