Re: Unwanted double quotes in CSV file

2009-06-16 Thread sreekiran2007
hi, I tried this and working fine. Open the CSV file in NotePad and Remove the Quotes wherever it is displaying and save the file.Now you can run the Jmeter. Plz reply me if it is working. Regards, sree kiran Rinke Heida-2 wrote: Hi, I'm converting from JMeter 2.3.1 to 2.3.3 and now I

Populating HTTP request with values from page elements

2009-06-16 Thread Stromas, Aaron (NIH/OD) [C]
Greetings, I'm feeling my way around JMeter, so I apologise in advance if I'm asking ignorant questions. Basically, I have recorded a test plan using an HTTP proxy. Next, I modified it, so that each thread will invoke the test with a different parameter. After the initial request submitted, I

Re: Populating HTTP request with values from page elements

2009-06-16 Thread Deepak Shetty
hi you use one of the Post Processor on the first request to extract the data (Regex, Xpath, Beanshell), you store the extracted value into a variable and then use ${variableName} in the next request. regards deepak On Tue, Jun 16, 2009 at 10:07 AM, Stromas, Aaron (NIH/OD) [C]

RE: Populating HTTP request with values from page elements

2009-06-16 Thread Stromas, Aaron (NIH/OD) [C]
Great! Thanks for the tip. -a -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, June 16, 2009 1:24 PM To: JMeter Users List Subject: Re: Populating HTTP request with values from page elements hi you use one of the Post Processor on the first request to