I am writing a test case which will hit a URLs and send email if response code is 404. Request is going well and Response also coming but I am stuck at Regular Expression Extractor.Sample Request Result
\d+
"${responsemsg}" == "404"
as the conditionExample Test Plan snapshot