Hi I am passing an email which is a time function like below
email = ${__time(MMddyy)}_${__time(HMS)}@yopmail.com
The value of this functi
Is it HTTP Sampler? If so, just put into beanshell postprocessor:
String prevQuery = prev.getQueryString(); //your request text System.out.println(prevQuery );
Also works for any samplers:
String prevQuery = prev.getSamplerData();