I would like for some branch of the test to execute only if the response code from a previous sample returns with a certain HTTP code 200.
I tried the following as the condition to the 'if controller':
"{httpCode}"== "200"
but no luck (and no luck debugging it, debug sampler says nothing)
Thanks