Then you need to solve that problem first, by checking what the HTML does with the button, or use the Proxy to record the traffic.
When you have done that, you will find that the contents of the page are in the sample result, so any checks you want to make can be done on that. On 12/11/2007, vittal kumar muvva <[EMAIL PROTECTED]> wrote: > i had seen what you said. When i click button in browser the file is saved to > disk or desktop, then the site will displays a page that file is generated > but when using jmeter this page is not displaying and the application is > still showing the button page. > > thanks > > > > Date: Mon, 12 Nov 2007 08:25:02 +0000 > > From: [EMAIL PROTECTED] > > To: [email protected] > > Subject: Re: File Assertions > > > > When you click the button in a browser, the file may be saved to the > > desktop. > > > > I suggest you check that the same happens in JMeter before trying to > > write Java code to check the state of the file. > > > > On 12/11/2007, vittal kumar muvva <[EMAIL PROTECTED]> wrote: > > > HI, > > > Exactly when click generate button a file will be saved to desktop and it > > > will ask save file option. > > > i don't know how to write code in BeanShell Assertion to check a file. > > > Please guide me > > > > > > Thanks > > > > > > > > > > > > > Date: Sat, 10 Nov 2007 10:55:50 +0000 > > > > From: [EMAIL PROTECTED] > > > > To: [email protected] > > > > Subject: Re: File Assertions > > > > > > > > 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] > > > > > > > > > > _________________________________________________________________ > > > Check out some new online services at Windows Live Ideas—so new they > > > haven't even been officially released yet. > > > http://www.msnspecials.in/windowslive/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > _________________________________________________________________ > 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]

