On 10/10/2008, Hiro Protagonist <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a suspicion that an excessively-sized viewstate (I am testing an > Oracle-based dashboard application which makes use of ViewState) is > causing my test to fail. I have a lot of calls which all go through > successfully, but when it comes to one specific request, it fails. After > a lot of 'detective work' I believe I have found the problem. I decided > to save the contents of a debug sampler to file, and then copied the > contents of the viewstate parameter in question to a new file. Its size > is 170kB(!). > What is the maximum size that JMeter accepts for parameters ? In > characters or kB ?
There's no limit, apart from available memory or the Java language. Both of these would show up as errors, either in the log file or in the console window. > To note: all other requests before, using the ViewState variable, are > fine, so it's not a faulty RegEx or anything else. Are there any error messages in the jmeter log file? Are you sure that the layout of the page has not changed subtly? Try using the Save Response to File test element to store the responses. > Has anyone else used JMeter with Oracle dashboard and come across this > issue ? > > Thanks for your help ! > > hiro > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

