I have extracted valeus from response using regular expression extractor and defined template as $1$,$2$, i now want to use those values in beanshell post processor. How do i do that.
I am unable to fetch those valeus in my beanshell editor.
How do i import $1$ to variable x and $2$ to variable Y into beanshell postprocessor. Thanks