>
> what i need is a equivalent  of SQL...  where tag1 in ('89', '90',
> '91','92','93')

That is easy in the Response Assertion:
>
> Variable name: tag1
> Regex: 89|90|91|92|93
>
>
>

Heck yeah! Sebb, thank you very much!!! It works instead of || that I tried.
Works with variables too
${aaa_g1}|${bbb_g1}|${ccc_g1}|${ddd_g1}|${eee_g1}

Just what I expected: some silly nuance in using operators.

Reply via email to