JMeter can check the contents of responses using assertions, but there is no built-in way to check files.
You could code your own BeanShell Assertion to check a file. However, I don't see how the file can get to the desktop using the current version of JMeter - unless you mean you are using Save Response to a file? Anyway, the contents of the file would have to be in the web-page response so you can check that. On 10/11/2007, vittal kumar muvva <[EMAIL PROTECTED]> wrote: > hi, > > When i click button on web page then a file will be generated and to desktop. > Now by using jmeter how can i keep an assertion that the file was success > fully generated or not. > If any one knows the to solve this problem help me. > > Thanks. > > > > _________________________________________________________________ > Search from any Web page with powerful protection. Get the FREE Windows Live > Toolbar Today! > http://toolbar.live.com/?mkt=en-in --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

