regex - ViewState values doesn't get extracted from Request -


i have load testing asp.net web application using jmeter. when try extract viewstate values doesn't work,it display default value (not found). tried in many ways, how work on regular expression extractor? please give me suggestions.

take @ asp.net login testing jmeter guide, contains example of correlation of __viewstate , __eventvalidation dynamic parameters using css/jquery extractor.

example configuration:

  • reference name: variable of choice
  • css/jquery expression: input[id=__viewstate]
  • attribute: value

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -