hi,
for example, the test plan:
JSR223 Sampler
If controller (condition is 2 > 1 always true!)
Response Assertion
the result is that Response Assertion is never called
So my question is , can I do some conditional Assertion? say
if ${var} == 1 do Assertion 1
if ${var} == 2 do Assertion 2
plz help...
