Hi, Can someone please tell me what is wrong in below code? I am trying to verify if testName is not equal to test 1 or test 2. Both expressions are not working.
${__groovy(!vars.get('testName').contains("test1"))} ||
${__groovy(!vars.get('testName').contains("test2"),)}
${__groovy(!vars.get('testName').contains(" test1 ")||(" test2 ),)}
Thanks in advance,
Niraj
