You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Michael McDonnell <bz...@gmail.com> on 2008/09/26 03:05:34 UTC

While Controller Problem

My While controller currently has:
(${WORKITEMSEQID} == -1)
Where WORKITEMSEQID is pulled using a Regular Expression Extractor where it
defaults to -1 as its "failed" value.
It never breaks out of the loop.

So instead, I tried this:
(${WORKITEMSEQID} != -1)
It still never breaks out of the loop.

Am I doing something wrong?

Thanks for your help in advance!

-Michael P.