You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Donald Stinchfield <de...@rbii.com> on 2002/08/09 23:12:22 UTC

modifying query parameters

I have the following HTTP request:

  GET /actions/create_principal.jsp?&pName=user1&pPassword=tick

In a loop I'd like to submit this request 20 times with twenty
different values for pName.  For example, user1, user2, user3, and
so on.

I'm looking for functionality like HTML Parameter mask, but
on HTTP query parameters.

Anyone know how I can accomplish this using jmeter?

Thanks.

Regards,
Don Stinchfield
Red Bridge Interactive, Inc


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


RE: modifying query parameters

Posted by Donald Stinchfield <de...@rbii.com>.
I tried using HTML Parameter Mask and it didn't modify the 
http query parameters.  

	simple controller
		http request
		html parameter mask

The prameter mask, in my example, was to modify the query
parameter pName (see my original example below) changing it
from user1 to user2.  When I run my test plan I don't see a
modification to the parameter.  (It occurs to me now that
I may have to run this in a loop, perhaps the second iteration
would make the appropriate change.)

> -----Original Message-----
> From: Mike Stover [mailto:mstover1@apache.org]
> Sent: Friday, August 09, 2002 5:36 PM
> To: JMeter Users List
> Subject: Re: modifying query parameters
> 
> 
> In what way is the HTML Parameter Mask not sufficient for this?
> 
> -Mike
> 
> On 9 Aug 2002 at 17:12, Donald Stinchfield wrote:
> 
> > I have the following HTTP request:
> > 
> >   GET /actions/create_principal.jsp?&pName=user1&pPassword=tick
> > 
> > In a loop I'd like to submit this request 20 times with twenty
> > different values for pName.  For example, user1, user2, user3, and
> > so on.
> > 
> > I'm looking for functionality like HTML Parameter mask, but
> > on HTTP query parameters.
> > 
> > Anyone know how I can accomplish this using jmeter?
> > 
> > Thanks.
> > 
> > Regards,
> > Don Stinchfield
> > Red Bridge Interactive, Inc
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> > 
> 
> 
> 
> --
> Michael Stover
> mstover1@apache.org
> Yahoo IM: mstover_ya
> ICQ: 152975688
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 
> 
> 

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


Re: modifying query parameters

Posted by Mike Stover <ms...@apache.org>.
In what way is the HTML Parameter Mask not sufficient for this?

-Mike

On 9 Aug 2002 at 17:12, Donald Stinchfield wrote:

> I have the following HTTP request:
> 
>   GET /actions/create_principal.jsp?&pName=user1&pPassword=tick
> 
> In a loop I'd like to submit this request 20 times with twenty
> different values for pName.  For example, user1, user2, user3, and
> so on.
> 
> I'm looking for functionality like HTML Parameter mask, but
> on HTTP query parameters.
> 
> Anyone know how I can accomplish this using jmeter?
> 
> Thanks.
> 
> Regards,
> Don Stinchfield
> Red Bridge Interactive, Inc
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688

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