I'm not sure I've understood you entirely.  If you want to replace a value
in your 2nd request with a parsed value fromt he 1st response, you'll need
to use a regular expression in your request that matches the parsed value.
Something like ".*", which would match anything.  

-Mike

> -----Original Message-----
> From: Trujillo, Kris [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 13, 2001 5:52 PM
> To: '[EMAIL PROTECTED]'
> Subject: Modification Manager
> 
> 
> I have the following test plan...
> 
> - ThreadGroup
>       -  HTTP Request                 // this request returns 
> a form with
> 2 hidden elements .. foo and foo1
>       -  Modification Manager
>               - HTTP HTML Link Parser
>               - HTTP Request          // i want to use the 
> value of "foo"
> from the response and override the value of "foo1" when 
> requesting this URL
> 
> The problem I am having is with overriding "foo1" in the 2nd 
> HTTP Request.
> What I would like to do is pass a new value for foo1 that is 
> hardcoded in
> the 2nd HTTP Request.  I've tried inserting the new value in 
> the 2nd http
> request, however, the value is being treated as a regular 
> expression failing
> because the response from the 1st HTTP Request has this form 
> element with
> another value .  I've tried using a search and replace 
> regular expression,
> but no luck.
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to