I\'m a .net developer having no prior experience in JMeter/Stress testing. I\'m trying to load test the ASP.net website that I had developed using JMeter. The reason for using J
I used CSS/JQuery Extractor and it worked for me. With regex extractor for view state {viewState} variable was getting passed and got view state corrupt error message.
parameters to be set in CSS/JQuery extractor are :-
Reference Name: viewState
CSS/JQuery Expression: input[id=__VIEWSTATE]
Attribute: value
The steps i followed are :-
In post request of login page add body parameters as follows and run the batch.
Name: - Value
txtLogin - ${login}
txtPassword - ${password}
__VIEWSTATE - ${viewState}
__EVENTVALIDATION - ${eventValidation}