I'm new to Jmeter, trying to extract response code from the http request, for testing purpose I've tried to load google.com. I've used regular expression extractor but unable to understand why response code is not getting extracted despite there being response code=200 which I've validated through response assertion for response code?

Unable to extract Response Code from the sampler despite using correct regular expression in regular expression extractor. Why?
173 views Asked by user2044296 At
2
Remove quotation marks around your regular expression, HTTP Response Status Code is a number, nothing else.
Demo:
More information: Using RegEx (Regular Expression Extractor) with JMeter