Slim Kasi <[EMAIL PROTECTED]> writes: > > Hallo, i am trying to test, if the download is reachable.If i invoke the download link i get following message:"Message was: Current response is not an HTML page but of type application/octet-stream > BUILD FAILED"This means, the download is there. Is there anyway i can catch the response and save it and make BUILD successful ?Thanks, Anton
Hi Anton, I guess that you've a clickLink on the download link and then some other steps and that the first of this steps is failing. This shows that the download has been successfully executed. You just have to remove the step after this clickLink. To save the responses you can - use the global <config> attribute saveresponse - use the save attribute of the <clickLink> you use to download your file. Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

