Hey Sven,

I'm not familiar with Visual Studio Team System. If you look with a
packet sniffer (or in the server log), do you see that the POST
request with the file contents is initiated? Is the 'file not found'
because the test environment doesn't find the file? Does it work with
a simple (static) web page with a file upload button?

Best regards,
Wim.

2010/11/18 Knoblich Sven <[email protected]>:
> Hello,
> We have a problem with the test of WFileUpload. We are using Visual Studio 
> Team System (Test Edition)and tried all three different ways which mentionend 
> on msdn.com.
> http://blogs.msdn.com/b/edglas/archive/2008/08/05/how-to-upload-a-file-in-a-web-test.aspx
> But we are still unable to upload a file automaticly.
>
> The request for the upload sends three FormPostParameter:
> -request={{$HIDDEN1.request}}
> -wtd={{$HIDDEN1.wtd}}
> -File Upload Parameter( Name: Test, FileName: xyz.txt)
>
> We make sure, that the file-upload read the correnct data, by rename the 
> source-file. As expected the testtool give us the correct message: "Request 
> filed:...could not found file 'D:\upload\xyz.txt'".
>
> Currently we are out of ideas how to access the fileupload throw our 
> testtool. It seems to me, that the signal-mechanism doesn't run correctly.
>
>
> Any ideas?
>
> Many thanks in advance,
> Sven
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to