Need help with StresStimulus? Start here.
Parameterizing ViewState
Unregistered User Posts: 514
7/17/2012
|
I have a quick question. Will StressStimulus handle ViewState in asp.net? If yes, how do I parameterize the viewstate variable?
|
|
0
link
|
Vadim @StresStimulus Administrator Posts: 583
7/17/2012
|
StresStimulus handles ViewState automatically, so you do not need to do anything to maintain the page integrity on postbacks. This feature is called autocorrelation. It works not just for ViewState but for all hidden fields and cookies that are used to maintain any kind of state on dynamic pages. You can manually override autocorrelation and replace it with a custom parameterization (while you probably do not want to do it for the ViewState). For more information how to verify or override the autocorrelation, check item #7 in this post http://www.stresstimulus.com/blog/post/what-s-new-in-v1-5-part-2-extractors-and-parameterization
|
|
0
link
|
Copyright © 2024 Stimulus Technology