Parameterizing View State values in Jmeter

2007-06-26 Thread Yuvarajl
an option of 'Correlation' is used to capture the dynamic values from the web server. I would like to know if there is any similar option in JMeter that can be used. Thanks in advance. Regards, Yuvaraj. -- View this message in context: http://www.nabble.com/Parameterizing-View-State-values

RE: Parameterizing View State values in Jmeter

2007-06-26 Thread Ron Miller
: Monday, June 25, 2007 11:24 PM To: jmeter-user@jakarta.apache.org Subject: Parameterizing View State values in Jmeter Hi Everybody, I would like to know if there is any option to Parameterize 'View State' values in the recorded JMeter Scripts while recording ASP.NET web pages. I am

Re: Parameterizing View State values in Jmeter

2007-06-26 Thread Bruno Charloup (Jouve)
Few months ago, I've got the same problem. Somebody in this users list (Peter or Sebb) told me that it was a known limit of JMeter : Jmeter can not manage viewstate in .net web pages. For this particular problem, I've use MS Application Center Test (included in VS Studio) ...but for all other

Re: Parameterizing View State values in Jmeter

2007-06-26 Thread naveen sharma
Same problem i fached with Jmeter. You can use OCRACOKE (Included into VSTS 2005). its supprots ASP.NET application very strongly. --Naveen Bruno Charloup (Jouve) [EMAIL PROTECTED] wrote: Few months ago, I've got the same problem. Somebody in this users list (Peter or Sebb) told me that

Re: Parameterizing View State values in Jmeter

2007-06-26 Thread Yuvarajl
contain. Thank you for your cooperation. - Pinpoint customers who are looking for what you sell. -- View this message in context: http://www.nabble.com/Parameterizing-View-State-values-in-Jmeter-tf3980706.html#a11302690 Sent from

Re: Parameterizing View State values in Jmeter

2007-06-26 Thread naveen sharma
it might contain. Thank you for your cooperation. - Pinpoint customers who are looking for what you sell. -- View this message in context: http://www.nabble.com/Parameterizing-View-State-values-in-Jmeter-tf3980706.html#a11302690 Sent from

Re: Parameterizing View State values in Jmeter

2007-06-26 Thread sebb
As far as I know - where a broswer is concerned - Viewstate is just a hidden POST field. So it should be possible to extract the value using Regex Extractor for use in a subsequent POST request. JMeter does not at present do this automatically, but as far as I can tell it can be done. S///