Hi,
Can someone please help me with a groovy script?
I have added one If Controller and added below condition.
${__groovy(vars.get('testName').contains("test1"),)}
This works fine for me when testName is test1. Requests below IF
controllers gets executed.
But when I want OR(||) or And (&&) Condition in same grovvy script, JMeter
${__groovy(vars.get('testName').contains("test2")||(vars.get('testName').contains("test3"),)}
I am getting below error
org.apache.jmeter.functions.InvalidVariableException: Expected } after
__groovy function call in
${__groovy((vars.get('testName').contains("GetUnderlyingDetails")||(vars.get('testName').contains("G
Kindly help to get groovy script with OR condition.
Thanks in advance!
-Niraj