I would like to use something like the User Parameters where  I change the a
specific value with each request. Example

...myservlet?name=jen&phonenum=2222
...myservlet?name=jen&phonenum=1111

so the only value i want to be changed is phonenum.


-----Original Message-----
From: Mike Stover [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 1:41 PM
To: JMeter Users List
Subject: Re: Dynamic HTTP Request variables


You're probably looking at the HTML Link Parser, which will search the
previous 
result for form or link arguments that match the ones in your Request.  If
you have 
'.*' in your value, or some other regular expression that successfully
matches, it will 
be replaced by the value found in the web page.

The regex function and regex config element (only in nightly builds) work
similarly, 
but have more general applications.



-Mike

On 4 Mar 2003 at 11:59, Mo, Jennifer wrote:

> Is there a way to change the value in the name-value pair dynamically? I
> looked at the Modification Manager.jmx and noticed that for value there is
a
> .*
> 
> Is that value being read from a text file? 
> 
> Thanks.
> 
> Jen
> 
> 



--
Michael Stover
[EMAIL PROTECTED]
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

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

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

Reply via email to