Hi, you need to configure your webserver correctly to send Excel file with the right content type header: "application/vnd.ms-excel" and not "application/octet-stream".
Cheers, Marc. -- Blog: http://mguillem.wordpress.com Patrick Wright wrote: > I am unable to successfully call any Excel Step method. The error I am > receiving is: File does not have correct content type (not a '.xls' > file?): application/octet-stream > > > > What I don't understand is why my excel file (.xls) is not being > recognized as a .xls file. After I execute the test, the invoke > statement is successful. The xls file gets copied to the results dir > and can be opened from the generated report. > Any one else ever have this issue? > > > I'm using WebTest 2.6 > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

