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.
0
votes
1 Answers
0
votes
My expectation is that you need to perform correlation of the SessionId parameter, like:
- 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
SessionIdvalue from the previous response - Substitute recorded value of
467132418with the JMeter Variable originating form the Post-Processor in the subsequent request - Repeat steps 1 and 2 for all samplers where
SessionIdis being used


