0
votes

In Jmeter I created 7 Threads to login multiple users.I put 7 usernames and 7 passwords in csv file then I created CSV Data set config in JMeter and it works well but when I start to test it shows fail 7 threads pls see the image.

CSV Data Config

HTTP Request with parameters

Result tree shows fail

1

1 Answers

0
votes

My expectation is that you need to perform correlation of the SessionId parameter, like:

  1. Add a relevant Post-Processor as a child of the first request (the recommended one for HTML response type is CSS/JQuery Extractor) and configure it to fetch SessionId value from the previous response
  2. Substitute recorded value of 467132418 with the JMeter Variable originating form the Post-Processor in the subsequent request
  3. Repeat steps 1 and 2 for all samplers where SessionId is being used