I'm testing java based application and in a one case I have to simulate a case where user retrieves
information from the 'customer database'. I use JMeter's proxy to record correct request parameters
to the sampler(s).
When I make the second query (with the browser) with the different parameters as in first
query, JMeter replaces existing sampler parameters to the latter query's parameters.
sebb kirjoitti 24.05.2006 kello 20:47:
> On 24/05/06, Kimmo Eloluoto <kimmo.eloluoto@luukku.com> wrote:
> > I know how to parameterization requests - that's not the actual problem..
> >
> > I'm recording my browser actions with JMeter - in one case I retrieve
> user information from the database. That query is recorded ok (correct
> parameters can be found from the sampler), but if I change query
> criterion
> (on the browser side), JMeter changes first request parameters to
> similar
> as in the second request, why?
>
> JMeter does not change existing Sampler parameters.
>
> Please explain exactly what you are doing
>
> > -KE-
> >
> > Harinath Mallepally kirjoitti 24.05.2006 kello 15:50:
> > >
> > > You need to use parameterization for you're the request parameters.
> > >
> > > Possible solutions are:
> > >
> > > Use "User Parameters"
> > > Use "CSV files" (Thread group ->add->config element ->CSV data set)
give
> > > the CSV file name (comma separated values) and the field names in
> > > the csv
> > > file.
> > >
> > > Example: Filename - input_data.csv
> > > Variable Names - fieldname1,fieldname2,fieldname3
> > >
> > > Now go to your http request which needs parameterization.
> > >
> > > Give the value as ${fieldname1}
> > >
> > > Suppose if you run your request only once, then it takes the first
> > > row of
> > > the csv file and the first value of that row will be replaced for the
> > > ${fieldname1}
> > >
> > >
> > > Did u get some input now?
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Kimmo Eloluoto [mailto:kimmo.eloluoto@luukku.com]
> > >
> > > Sent: Wednesday, May 24, 2006 5:18 PM
> > > To: jmeter-user@jakarta.apache.org
> > > Subject: Recording problem
> > >
> > > Hi,
> > >
> > > I'm a new user of JMeter. I'm testing Java based application and
> > > trying to
> > > use JMeter to clarify the response times.
> > >
> > > But now I have a little problem. I'm recording (with proxy) a case where
> > > user retrieves information from the database.
> > >
> > >
> > > Request parameters are sent (and recorded) ok, but if I change query
> > > parameters a little bit, and executing query process again, JMeter
> > > change
> > > latter request parameters also to the already recorded sampler?
> > >
> > > So how I can 'freeze' recorded samplers so that latter recorded
> > > sampler do
> > > not affect the first ones?
> > >
> > > Thanks for any help!
> > >
> > > I'm sorry for my English...
> > >
> > > KE
> > >
> > >
> > > ...................................................................
> > > Luukku Plus paketilla pääset eroon tila- ja turvallisuusongelmista.
> > > Hanki Luukku Plus ja helpotat elämääsi. http://www.mtv3.fi/luukku
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > >
> > >
> > > **************** CAUTION - Disclaimer *****************
> > > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> > > solely for the use of the addressee(s). If you are not the intended
> > > recipient, please notify the sender by e-mail and delete the original
> > > message. Further, you are not to copy, disclose, or distribute this
> > > e-mail
> > > or its contents to any other person and any such actions are
> > > unlawful. This
> > > e-mail may contain viruses. Infosys has taken every reasonable
> > > precaution
> > > to minimize this risk, but is not liable for any damage you may
> > > sustain as
> > > a result of any virus in this e-mail. You should carry out your own
> > > virus
> > > checks before opening the e-mail or attachment. Infosys reserves the
> > > right
> > > to monitor and review the content of all messages sent to or from this
> > > e-mail address. Messages sent to or from this e-mail address may be
> > > stored
> > > on the Infosys e-mail system.
> > > ***INFOSYS******** End of Disclaimer ********INFOSYS***
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > >
> >
> >
> > ...................................................................
> > Luukku Plus paketilla pääset eroon tila- ja turvallisuusongelmista.
> > Hanki Luukku Plus ja helpotat elämääsi. http://www.mtv3.fi/luukku
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
...................................................................
Luukku Plus paketilla pääset eroon tila- ja turvallisuusongelmista.
Hanki Luukku Plus ja helpotat elämääsi. http://www.mtv3.fi/luukku
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|