Re: checking the database for unique number created using random variable

2009-08-04 Thread sebb
On 04/08/2009, sudheer reddy wrote: > Hi Sebb > > Thanks for your reply. > > I have tried in different way but for completing the the threads it is > taking long time. let me share how i have done it. > > in the thread group i have added a random variable and filled the values in > it decl

Re: checking the database for unique number created using random variable

2009-08-04 Thread sudheer reddy
Hi Sebb Thanks for your reply. I have tried in different way but for completing the the threads it is taking long time. let me share how i have done it. in the thread group i have added a random variable and filled the values in it declared variable name as X. i have passed the variable dec

Re: checking the database for unique number created using random variable

2009-08-04 Thread sebb
On 04/08/2009, sudheer reddy wrote: > Hi All > > Am using jmeter for functional testing of a scenario. > > I have to assign a unique number to a http request. > > for this i have associated a random variable to create a number. > > the issue now is if the number already exists in database i

checking the database for unique number created using random variable

2009-08-04 Thread sudheer reddy
Hi All Am using jmeter for functional testing of a scenario. I have to assign a unique number to a http request. for this i have associated a random variable to create a number. the issue now is if the number already exists in database it will not allow the thread to complete the request.