Re: Different logins

2013-06-20 Thread Deepak Shetty
the simplest is to use sample_variables in jmeter.properties which will
save the values to the result file/
How do i write bean shell programming to save the values in the file
depends what you want to do - the thread number and variable are both
available in the sampler so you can do whatever you want


On Thu, Jun 20, 2013 at 3:56 PM, Shashidhar Shivaramaiah 
shashidhar.shivarama...@gmail.com wrote:

 I have parameterized the users for loging

 I need to capture for which thread which data is using. How do i write bean
 shell programming to save the values in the file



Re: Different logins

2013-06-20 Thread Shashidhar Shivaramaiah
I would like to display value in the parameter which is used for the
current thread how do i do. What is the exact function.


On Thu, Jun 20, 2013 at 4:22 PM, Deepak Shetty shet...@gmail.com wrote:

 the simplest is to use sample_variables in jmeter.properties which will
 save the values to the result file/
 How do i write bean shell programming to save the values in the file
 depends what you want to do - the thread number and variable are both
 available in the sampler so you can do whatever you want


 On Thu, Jun 20, 2013 at 3:56 PM, Shashidhar Shivaramaiah 
 shashidhar.shivarama...@gmail.com wrote:

  I have parameterized the users for loging
 
  I need to capture for which thread which data is using. How do i write
 bean
  shell programming to save the values in the file
 



Re: Different logins

2013-06-20 Thread Niraj
You can use Debug Sampler. That will give you parameters value for the
Current thread.


On Fri, Jun 21, 2013 at 4:58 AM, Shashidhar Shivaramaiah 
shashidhar.shivarama...@gmail.com wrote:

 I would like to display value in the parameter which is used for the
 current thread how do i do. What is the exact function.


 On Thu, Jun 20, 2013 at 4:22 PM, Deepak Shetty shet...@gmail.com wrote:

  the simplest is to use sample_variables in jmeter.properties which will
  save the values to the result file/
  How do i write bean shell programming to save the values in the file
  depends what you want to do - the thread number and variable are both
  available in the sampler so you can do whatever you want
 
 
  On Thu, Jun 20, 2013 at 3:56 PM, Shashidhar Shivaramaiah 
  shashidhar.shivarama...@gmail.com wrote:
 
   I have parameterized the users for loging
  
   I need to capture for which thread which data is using. How do i write
  bean
   shell programming to save the values in the file