Actually, I haven't had any problems doing what your describing.  What I am
trying to do replace a parameter in the 2nd request from the 1st response
(doing so as you described below) and add a new parameter into the 2nd
request that does not exit in the 1st response.  When doing so I've found
that the regular expression is not executed but rather passed as the
parameter value in the 2nd request.  Is there a way to do this?

Thanks


-----Original Message-----
From: Stover, Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 6:01 AM
To: 'JMeter Users List'
Subject: RE: Modification Manager


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]>

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

Reply via email to