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 Morris <mi...@optimad.com> on 2002/02/22 11:56:59 UTC

RE: Picking up a hidden parameter and feeding it back to the next controller

thanks I will give it a go

-----Original Message-----
From: Koen Janssens [mailto:koen.janssens@alcatel.be]
Sent: 21 February 2002 13:39
To: JMeter Users List
Subject: Re: Picking up a hidden parameter and feeding it back to the
next controller


Michael Morris wrote:

> Hi everyone,
>
> I wonder if anyone has any ideas how to do this.
>
> I am testing a piece of software with which the client creates an entity
> (i.e a new record in a database) and then edits it. The entity has an id
> which is sent back to the client as a hidden parameter. This id then needs
> to be included as one of the parameters sent to the server in order to
> access the editing page. My question is, how/if I can use JMeter to pick
up
> the id and feed it back into the next controller to access the edit page.
>
> I hope this makes some sense.
>
> Michael
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>

I once had the same problem. I remember updating a lot of jmeter files an
finally i got it working.  (hidden fields are passed on from response to
request)

I remember having some trouble using a 'normal' modification manager, and i
created my own config element instead.
That' why i also had to update the HTTPSampler.

Anyway, i attached some files i updated in order to get it working.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>