I'm sending this to the list because it may be of general interest.

Ok, Marcus, I understand your dilemma now.  What you are looking for is a
new Modifier class to work with the Modification Manager.  The MM has the
basic ability to do what you are looking for, but, the necessary Modifier
has not yet been written (that I know of).  Actually, I suspect someone out
there has written it, probably even tried to submit it, but it has not been
included in JMeter.

Does anyone out there have code Marcus could use for this?  If not, you
could fairly easily write it yourself.  Otherwise, I will try to get to it
in the near future.

-Mike

=======================================================

I can't figure out how to get several different requests
done in jmeter.

Can you help?

If so here is what I have:
test thread
Generative Contoller:
   Http Request
      ServerName IP = 127.0.0.1
        port=80

   HTTP Request
        Protocol=HTTP
        Method=Get
        path=/mdb/query

what I want is to send several requests that look like this but are
different:
http://127.0.0.1/mdb/query?REQ=SUBMITQUERY&MDB=minitest_10&QUERY=2+bedroom+h
ouse+oakland&QUERYID=

http://127.0.0.1/mdb/query?REQ=SUBMITQUERY&MDB=minitest_10&QUERY=a+house+wit
h+3+bedrooms&QUERYID=c0a8410a2804837

I want to use many many diff requests 100+ so using several controllers is a
laborous task.

Can't I use the Send parameters with the request, if so how do I use the
above syntax in that feature?

thnks
-mez

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

Reply via email to