Variable substitution in BeanShell Post Processor

2009-03-31 Thread Kannan, Sengamalam
Regular Expression Variable names are DateVal_1, DateVal_2, etc. In a for-loop within Beanshell post processor, I want to use these variables using variable substitution like DateVal_i if i is counter variable. Problem: Tried the following code but didn't work. daten =

Re: Variable substitution in BeanShell Post Processor

2009-03-31 Thread sebb
On 31/03/2009, Kannan, Sengamalam sengamalam.kan...@aig.com wrote: Regular Expression Variable names are DateVal_1, DateVal_2, etc. In a for-loop within Beanshell post processor, I want to use these variables using variable substitution like DateVal_i if i is counter variable. Problem:

RE: Variable substitution in BeanShell Post Processor

2009-03-31 Thread Kannan, Sengamalam
Thanks Sebb for your quick reply. Without using eval function if I try if (begin.equals(vars.get(DateVal_+p))) vars.get(LeaveNum_+i); is not working as its taking LeaveNum_ DateVal_ as a variable which doesn't exists. I cannot use foreach controller for this as I have to compare the

Re: Jmeter expert is needed

2009-03-31 Thread nivaskona
GoraGuru wrote: Hi all, The company I work for is searching for a Jmeter expert. We want to do a short load testing project using Jmeter and we are searching for someone to write the scripts. We are looking for a low cost freelancer:working:... If anyone is interested please let me

RE: Variable substitution in BeanShell Post Processor

2009-03-31 Thread Kannan, Sengamalam
Sebb, Its working now. Thanks. I tried the concatenation on beanshell editor and it doesn't work but in jMeter it worked. Thanks Regards Sengamalam Kannan Testing CoE Mobile: +91 99529 67005 Tel: +91 44 6615 2684 -Original Message- From: Kannan, Sengamalam

RE: ERROR - jmeter.threads.JMeterThread: Test failed!java.lang.OutOfMemoryError: Java heap space.

2009-03-31 Thread Monga, Richa
Hi, Test is still running in non GUI mode. Started it yesterday morning. Hopefully it will work for few more days. Thanks Himanshu and Seb for ur help. Regards, Richa -Original Message- From: Himanshu Ghai [mailto:himanshug...@gmail.com] Sent: Thursday, March 26, 2009 10:06 PM To:

Re: JMeter- how to manage correlation??

2009-03-31 Thread mayank panwar
Hi , Thanks for replying. Please solve following scenario's *1. I used HTTP URL Re-writing Modifier in following scenario:* I was load testing a site in which after i log-in the site, Session IDs was passed in the URL itself. so when i recorded the pages i got Session ID in HTTP Request -- Send

RE: JMeter- how to manage correlation??

2009-03-31 Thread Kannan, Sengamalam
For the scenario 2, adding a HTTP Cookie Manager will take care of handling session ids. Thanks Regards Sengamalam Kannan Testing CoE Mobile: +91 99529 67005 Tel: +91 44 6615 2684 -Original Message- From: mayank panwar [mailto:mayankcoo...@gmail.com] Sent: Tuesday, March 31, 2009 5:20

Re: JavaSampler not incrementing input variables

2009-03-31 Thread sebb
On 31/03/2009, Massas mus...@hotmail.com wrote: Hello all! I'm having problems with a created java sampler. It works like a charm with two input parameters passed on from counters in jMeter as long as i run in multiple threads. However, if i run loops the input parameters seem to be

JavaSampler not incrementing input variables

2009-03-31 Thread Massas
Hello all! I'm having problems with a created java sampler. It works like a charm with two input parameters passed on from counters in jMeter as long as i run in multiple threads. However, if i run loops the input parameters seem to be reset, which is my problem. Thread 1, loop 1, variable=1

Re: JavaSampler not incrementing input variables

2009-03-31 Thread Massas
sebb-2-2 wrote: On 31/03/2009, Massas mus...@hotmail.com wrote: Hello all! I'm having problems with a created java sampler. It works like a charm with two input parameters passed on from counters in jMeter as long as i run in multiple threads. However, if i run loops the input

Re: JavaSampler not incrementing input variables

2009-03-31 Thread Massas
Massas wrote: sebb-2-2 wrote: On 31/03/2009, Massas mus...@hotmail.com wrote: Hello all! I'm having problems with a created java sampler. It works like a charm with two input parameters passed on from counters in jMeter as long as i run in multiple threads. However, if i run

JMeter Create user script

2009-03-31 Thread Ekta Trivedi
Hi, I am using JMeter for load testing. I am recording registration process with JMeter proxy. For all the registration process form fields I am adding variables and passing .csv file in the HTTP request. I am also using UDV in my script. I have included Cookie manager in my script. When i run

RE: JMeter Create user script

2009-03-31 Thread Prakash, Ranjitha
Hi, I faced the same issue sometime back. Try specifying the entire path for .csv file. Also ensure that the UDV created matches with the data in the csv file and variables declared in the test node Thanks and Regards, Ranjitha Prakash -Original Message- From: Ekta Trivedi

Re: How to Record the HTTPS Request using Proxy server

2009-03-31 Thread M.Vijaya Bhaskar
Hi Ragini, Thank you for your reply.Is There any other way to Record HTTPS Requests. insted of using BadBoy. Thankx M.Vijaya Bhaskar On Mon, Mar 30, 2009 at 4:02 PM, Ragini Thakur ragi...@cybage.com wrote: Hi, Use Badboy to record HTTPS request. Please visit: http://www.badboy.com.au/

Re: Jmeter to load test a java application which takes XML input

2009-03-31 Thread nawaz_farhan
This application is a standalone application. This application is given as a batch file. This batch file would be called/launched from calling application. User will put XML request in a directory.Batch program will read input from here.Ouptut is also placed in some directory. User will access

Re: Jmeter to load test a java application which takes XML input

2009-03-31 Thread nawaz_farhan
This application is a standalone application. This application is given as a batch file. This batch file would be called/launched from calling application. User will put XML request in a directory.Batch program will read input from here.Ouptut is also placed in some directory. User will access