While doing performance testing using Jmeter for a script, the viewstate captured while recording the script and the Runtime viewstate (i.e obtained after running the script in Jmeter) for a particular transaction does not match. Hence, could anyone suggest any solution to resolve this issue and capture the viewstate?
0
votes
2 Answers
1
votes
Viewstate changes so you need to use the regular expression extractor to get this value from the previous page and pass to current. You can find some information on how to do this here:
http://wiki.apache.org/jmeter/JMeterTesting/ASPNETViewState
Another thread from the SQA forum:
-1
votes
Once upon a time I worked on JMeter. I really don't remember if I faced the issue. But, I have captured my learning here. You can probably take a look. Would be happy if it helps you.