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
txtLogin = $(login)
, txtPassword = $(password)
, ...$(VAR_NAME)
is incorrect, ${VAR_NAME}
should be used.viewstate
and eventValidation
were extracted from your request and your regex queries work correctly.txtLogin
, txtPassword
, __VIEWSTATE
, __EVENTVALIDATION
) with correct values are sent along with request.