> from "unterminated string literal (<cmd>#1)" it looks like ${getResponse2}
may
> not exist. Try putting a debug sampler before the IfController and see
> what
> variable values are assigned by the Regexp
>
> Regards,
> Noel
>
It seems like you hit the spot here Noel. Thanks for your reply.
The problem i had was that when addressing the groups of the RegExp match
(e.g ${getResponse2_g1}) i thought i still could use the ${getResponse2} for
comparison.
It seems like a better comparison is {getResponse2_g} which is null if no
match is found.
again, thanks
--
View this message in context:
http://www.nabble.com/If-Controller-failing-tp22097151p22098700.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]