Im using JMeter for my testing.I am successful extract the session id value from previous request using regular expression extractor but it failed in testing pls see the image
0
votes
1 Answers
0
votes
You changed session ID in the URL but left hard-coded (recorded?) value in the HTTP Request sampler parameters
- Double check this
${SessionId}variable value using Debug Sampler and View Results Tree listener combination, it might be the case your Regular Expression Extractor configuration is wrong.




