Hi, That's help. Thanks
Cheers Milamber-3 wrote: > > Hello, > > In JMETER_HOME/bin/jmeter.properties > > You can uncomment this property to have automatic numbering: > > # Add numeric prefix to Sampler names (default false) > #proxy.number.requests=true > > You will have this: > 1 /test > 2 /test > 3 /test > ... > > Milamber > > Le 23/08/2009 21:05, chkoh a ecrit : >> Hi All, >> I used jmeter proxy to record a test plan. >> >> A lot of my http requests were using same path but differentiated by >> their >> query strings only. >> For example: >> request 1 = http://abc.com/test?param1=a >> request 2 = http://abc.com/test?param1=b >> request 3 = http://abc.com/test?param1=c >> >> jmeter recorded my test plan as 3 samplers, but all of them having the >> same >> name i.e. /test >> This created a problem for me because I cannot identify each request and >> also my aggregated report was messed up as the report would try to lump >> all >> these requests together. >> >> How could I set the jmeter proxy to put a proper unique name for each of >> my >> requests? >> My preference would be a running number for each of my requests i.e. >> request-1, request-2, etc. >> >> Thanks. >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Jmeter-proxy-records-test-plan-using-same-sampler-name-tp25107403p25112925.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

