Hi,

I am a new user to JMeter.  I am looking to try and use a hidden form value
from one request into another request.  This is done because the site I am
testing dynamically creates an id that needs to be used in another other
requests to either update the item or to delete that item.  After looking
through the documentation, this is what I came up with under the Thread
Group.

| HTTP Cookie Manager
| HTTP Request Defaults
| HTTP Request - This is a POST that returns the hidden form item
| Modification Control
        | HTTP HTML Link Parser
        | HTTP Request - This is a POST that uses the hidden form item

For the second HTTP Request, I am using NAMEID as one of the parameters,
which is the hidden form item.  I have set this to .*  When I run the test,
thought, it fails.  Using a sniffer, I saw that instead of replace the .*
with the NAMEID hidden value from the first request, the .* is passed to the
server.  I am doing something wrong here?  Any help would be appreciated.

Thanks,

Tim

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to