I tried Regular Expression Extractor but it doesn't seem to pick up the
value..
In my HTML response, there is a string like this
<input type = "text" name = "responseSize" value = "5">
I want to capture the responseSize value (5)...
Reference Name: responseSize
Regular Expression: <input type = "text" name = "responseSize" value =
"(.+?)">
Template: $1#
Match No. (0 for Random): 1
Default Value: 0
I then created an If Controller based on "responseSize":
'${responseSize}'!='0' to do a subsequent http request.
It never goes into my 2nd http request. Is my expression for responseSize
variable correct?
Thanks,
-A
On Mon, Jan 2, 2012 at 11:08 AM, Flavio Cysne <[email protected]> wrote:
> Annie,
>
> add a Regular Expression Extractor to set a variable value with this
> data set, and use it as a request parameter value onto the next http
> request.
>
> Hope it helps you.
> Flávio Cysne
>
> 2012/1/2 Annie L <[email protected]>
>
> > > Hi all,
> > > I have a http request that would give me a data set which I need to be
> > > able to pass that onto the next http request. I can't figure out how
> to
> > do
> > > it in jmeter. Anyone has any idea?
> > > Thank you,
> > > Annie
> > >
> >
>