using jmeter 1.9.RC3 (yesterday afternoon's source) on windows
i'm trying to use the regular expression extractor to obtain the value
of a hidden form element, which i then use as part of a condition
evaluation (using cyrus montakab's IfController controller). i'm not
sure why but for some reason it appears that the value i'm extracting is
not getting set.
the form value looks like (where n 0<n<=999):
<input value="n" name="questionID" type="hidden">
and the values i'm using with the regex extractor are
reference name: questionID
regular expression: input value="(\d){1,3}" name="questionID"
template: $1$
match no: 0
default value: 1
then i have a series of IfController controllers using conditions along
the lines of: ${questionID}==1
none of my IfControllers appear to execute, so i'm guessing that the
value is being set to something other than a digit. does anyone have any
ideas what could cause this? is there a way to debug the process and see
the value being set?
thnx
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]