How to use JMeter for load testing ASP.net web applications implementing viewstate

后端 未结 4 714
说谎
说谎 2021-02-04 21:08

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

4条回答
  •  日久生厌
    2021-02-04 21:36

    In step 5, change as follows

    Name:             - Value
    txtLogin          - ${login}
    txtPassword       - ${password}
    __VIEWSTATE       - ${viewState}
    __EVENTVALIDATION - ${eventValidation}
    

    Also verify, regular expression extractor is working as required. I mean check if it is fetching correct values.

提交回复
热议问题