Re: how to use CSV Data Set Config to take input from file

2009-01-29 Thread Noel O'Brien
: Wednesday, January 28, 2009 10:34:37 AM Subject: Re: how to use CSV Data Set Config to take input from file The number of concurrent users is controlled by he number of threads you configure in the Thread Group module. CVS Data Set Config module will load one line of a CSV file for each thread, so

Re: how to use CSV Data Set Config to take input from file

2009-01-29 Thread porobashi
??? Thanks From: Noel O'Brien nobr...@newbay.com To: jmeter-user@jakarta.apache.org Cc: porobashi poroba...@rocketmail.com Sent: Wednesday, January 28, 2009 10:34:37 AM Subject: Re: how to use CSV Data Set Config to take input from file The number of concurrent

RE: how to use CSV Data Set Config to take input from file

2009-01-29 Thread Steve Kapinos
From: Noel O'Brien nobr...@newbay.com To: jmeter-user@jakarta.apache.org Cc: porobashi poroba...@rocketmail.com Sent: Wednesday, January 28, 2009 10:34:37 AM Subject: Re: how to use CSV Data Set Config to take input from file The number of concurrent users is controlled by he number

RE: how to use CSV Data Set Config to take input from file

2009-01-29 Thread porobashi
: Re: how to use CSV Data Set Config to take input from file The number of concurrent users is controlled by he number of threads you configure in the Thread Group module. CVS Data Set Config module will load one line of a CSV file for each thread, so create a CSV file with at least as many

RE: how to use CSV Data Set Config to take input from file

2009-01-29 Thread Steve Kapinos
- From: porobashi [mailto:poroba...@rocketmail.com] Sent: Thursday, January 29, 2009 11:38 AM To: jmeter-user@jakarta.apache.org Subject: RE: how to use CSV Data Set Config to take input from file looks like i am missing 'http sampler'. i didn't add any additional 'http sampler' after

RE: how to use CSV Data Set Config to take input from file

2009-01-29 Thread porobashi
: porobashi [mailto:poroba...@rocketmail.com] Sent: Thursday, January 29, 2009 11:38 AM To: jmeter-user@jakarta.apache.org Subject: RE: how to use CSV Data Set Config to take input from file looks like i am missing 'http sampler'. i didn't add any additional 'http sampler' after exporting

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
please help me out guys. porobashi wrote: hi all, i am trying to test a sign-in(registration) form. hence, i need to use different data for each submission. i think using CSV Data Set Config would be the easiest route. i need your help to give me a step-by-step example on CSV Data Set

RE: how to use CSV Data Set Config to take input from file

2009-01-28 Thread Steve Kapinos
You must know and decide which fields to send in a form - that's completely separate from the CSV reader. All the CSV data reader is used for is to populate variables with values from a file. You define what variables are used to hold the values from your CSV file. Then you use those variables

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread Noel O'Brien
What kind of testing (functional, load)? Are you limited to a set of login data (e.g. 20 users) Regards, Noel On Wednesday 28 January 2009 16:56:55 porobashi wrote: please help me out guys. porobashi wrote: hi all, i am trying to test a sign-in(registration) form. hence, i need to use

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
I am trying to load test our registration page. I am not limited on users, but will start with 10-20 users. I will like to enter only required fields value. My page is https, I will use BadBoy to record the page. Then I need to add CSV Data Set Config to the thread group, right? How to go from

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread Noel O'Brien
The number of concurrent users is controlled by he number of threads you configure in the Thread Group module. CVS Data Set Config module will load one line of a CSV file for each thread, so create a CSV file with at least as many entries as threads. Then you can add a HTTP Request sampler,

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
i recorded web-pages using BadBoy software. then exported to JMeter. added CSV File configuration module. entered filename, field names separated by commas. tried for 3 users. ran it, no error is Aggregate Report, but i don't see any entry in database for the registration. few days ago, i used

RE: how to use CSV Data Set Config to take input from file

2009-01-28 Thread Steve Kapinos
1:27 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file i recorded web-pages using BadBoy software. then exported to JMeter. added CSV File configuration module. entered filename, field names separated by commas. tried for 3 users. ran

RE: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
have to debug what your form wants and what its responding to you. -Original Message- From: porobashi [mailto:poroba...@rocketmail.com] Sent: Wednesday, January 28, 2009 1:27 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread sebb
: Wednesday, January 28, 2009 1:27 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file i recorded web-pages using BadBoy software. then exported to JMeter. added CSV File configuration module. entered filename, field names

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
to you. -Original Message- From: porobashi [mailto:poroba...@rocketmail.com] Sent: Wednesday, January 28, 2009 1:27 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file i recorded web-pages using BadBoy

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
. -Original Message- From: porobashi [mailto:poroba...@rocketmail.com] Sent: Wednesday, January 28, 2009 1:27 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file i recorded web-pages using BadBoy software

RE: how to use CSV Data Set Config to take input from file

2009-01-28 Thread Steve Kapinos
[mailto:poroba...@rocketmail.com] Sent: Wednesday, January 28, 2009 3:26 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file I think JMeter is not reading data from my csv file. In the request field (for all 3 users) its showing same data, which I

Re: how to use CSV Data Set Config to take input from file

2009-01-28 Thread sebb
] Sent: Wednesday, January 28, 2009 1:27 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file i recorded web-pages using BadBoy software. then exported to JMeter. added CSV File configuration module. entered

RE: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
...@rocketmail.com] Sent: Wednesday, January 28, 2009 3:26 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file I think JMeter is not reading data from my csv file. In the request field (for all 3 users) its showing same data, which I used

RE: how to use CSV Data Set Config to take input from file

2009-01-28 Thread porobashi
- From: porobashi [mailto:poroba...@rocketmail.com] Sent: Wednesday, January 28, 2009 3:26 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file I think JMeter is not reading data from my csv file. In the request field (for all 3 users) its

RE: how to use CSV Data Set Config to take input from file

2009-01-28 Thread Steve Kapinos
. -Original Message- From: porobashi [mailto:poroba...@rocketmail.com] Sent: Wednesday, January 28, 2009 3:26 PM To: jmeter-user@jakarta.apache.org Subject: Re: how to use CSV Data Set Config to take input from file I think JMeter is not reading data from my csv file. In the request