hello all say, i am checking Jmeter variable in response assertion. for example the value is 89. also I have number of variables with values 89,90,91,92,93
what i need to check is that variable with value 92 is found in (89,90,91,92,93) so how do i specify OR condition in test pattern? I tried everything :( for example ${aaa_g1} || ${bbb_g1} Assertion failure message: Test failed: variable(utag1) expected to match /92 || 93/ ${aaa_g1} ${bbb_g1} Assertion failure message: Test failed: variable(utag1) expected to match /92 93/ It works for one on one check. But if I want to check a couple of variable... What would be a correct OR operator thanks