I have this structure:
In my Response Assertion I defined as JMeter variable this Col2
I can get the result of my query inside the listener or inside the body of my email defined in the SMTP Sampler, this way
${Col2_1}
but I cannot use its value as condition of my IF CONTROLLER
I tried this way with no luck:
${__jexl3(${Col2_1} > 10)}
I think I need to define a JRS233 Assertion or a Beanshell but I dont know how to pass it from response assertion to this JRS233 or Beanshell.
How can I achieve it?
Thanks