Re: Generate User Id dynamically

2019-03-10 Thread Prateek Dua
; } > > > > > > > > > > This will generate user as user1,user0, user 2 etc. Random number > of > > > > users > > > > > 0 and 100. > > > > > > > > > > > > > > > > > > > > Regards, > >

Re: Generate User Id dynamically

2019-03-09 Thread Deepak Shetty
> > > > > > > > } > > > > > > > > This will generate user as user1,user0, user 2 etc. Random number of > > > users > > > > 0 and 100. > > > > > > > > > > > > > > > > Regards, > >

Re: Generate User Id dynamically

2019-03-09 Thread Prateek Dua
> > > Indu Gupta > > > > > > > > > > > > -Original Message- > > > From: Prateek Dua [mailto:prateek@go-mmt.com] > > > Sent: 07 March 2019 12:40 > > > To: JMeter Users List ; JMeter Users > > List > > > > &

Re: Generate User Id dynamically

2019-03-09 Thread Deepak Shetty
s > > 0 and 100. > > > > > > > > Regards, > > Indu Gupta > > > > > > > > -Original Message----- > > From: Prateek Dua [mailto:prateek@go-mmt.com] > > Sent: 07 March 2019 12:40 > > To: JMeter Users List ; JMeter Users >

Re: Generate User Id dynamically

2019-03-09 Thread Prateek Dua
ill generate user as user1,user0, user 2 etc. Random number of users > 0 and 100. > > > > Regards, > Indu Gupta > > > > -Original Message- > From: Prateek Dua [mailto:prateek@go-mmt.com] > Sent: 07 March 2019 12:40 > To: JMeter Users List ; JMeter

RE: Generate User Id dynamically

2019-03-07 Thread Indu Gupta
go-mmt.com] Sent: 07 March 2019 12:40 To: JMeter Users List ; JMeter Users List Subject: Re: Generate User Id dynamically I meant-- via CSV we have to provide users in sheet & then get them .But is there any mechanism in Jmeter via we can use directly to create user id dynamically &

Re: Generate User Id dynamically

2019-03-07 Thread Deepak Shetty
Use some combination of __time, __threadnum, __random ,__counter - The best is UUID if your system can handle it. If all else fails there is always __groovy/javascript/beanshell. You can even use this in UserParameters. https://jmeter.apache.org/usermanual/functions.html CSVs have an advantage

Re: Generate User Id dynamically

2019-03-06 Thread Prateek Dua
I meant-- via CSV we have to provide users in sheet & then get them .But is there any mechanism in Jmeter via we can use directly to create user id dynamically & pass as a variable in script. On Thu, Mar 7, 2019 at 8:33 AM Prateek Dua wrote: > Hey guys, > > Is there any way to generate unique