Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-20 Thread Anil
Hey Jing, First of all thanks for the response. I run Jmeter with C:\jakarta-jmeter-2.4\bin\jmeter.bat and I do run my JBoss server along with it. I have added CSV Data Set Config element in my test. In Filename box, I have tried putting all possible combination like... I have put .csv file

Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-20 Thread Deepak Shetty
, 2011 at 5:50 AM, Anil anilgup...@yahoo.com wrote: Hey Jing, First of all thanks for the response. I run Jmeter with C:\jakarta-jmeter-2.4\bin\jmeter.bat and I do run my JBoss server along with it. I have added CSV Data Set Config element in my test. In Filename box, I have tried putting

Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-16 Thread Jing Ning
Hi, Anil It seems that your input for Filename of CSV Data Set Config is not an correctly absolute path. I don't know whether C:\jakarta-jmeter-2.4\bin in your computer is the default path for reading a CSV file, but at least, inputting an abosolute file path can work normally

Re: CSV Data Set Config - FileNotFoundException(Access is denied)

2011-02-15 Thread Anil
error message as above. I would appreciate your help on this. Thanks in advance. -- View this message in context: http://jmeter.512774.n5.nabble.com/CSV-Data-Set-Config-FileNotFoundException-Access-is-denied-tp3377576p3386279.html Sent from the JMeter - User mailing list archive at Nabble.com

CSV data set config problem

2011-01-26 Thread zhouyuan
.512774.n5.nabble.com/CSV-data-set-config-problem-tp3357599p3357599.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e

Re: CSV data set config problem

2011-01-26 Thread Rajiv Nanduani
with it? Thanks! -- View this message in context: http://jmeter.512774.n5.nabble.com/CSV-data-set-config-problem-tp3357599p3357599.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: CSV data set config problem

2011-01-26 Thread zhouyuan
, but it doesn't work. Could you help me with it? Thanks! -- View this message in context: http://jmeter.512774.n5.nabble.com/CSV-data-set-config-problem-tp3357599p3357599.html Sent from the JMeter - User mailing list archive at Nabble.com

header line defining the column names is assigned to its own variable when looping CSV Data Set Config

2011-01-20 Thread Duc Chau
Hello, I've just found that the header column name defined in csv file will be assigned to variable as well and this gets problem when looping For example: *CSV Data Set Definition* (recylce=TRUE) *menu* = header as variable login change password logout *Test Plan* Loop Controller (3) Use

Re: header line defining the column names is assigned to its own variable when looping CSV Data Set Config

2011-01-20 Thread sebb
On 21 January 2011 02:49, Duc Chau chauman...@gmail.com wrote: Hello, I've just found that the header column name defined in csv file will be assigned to variable as well and this gets problem when looping For example: *CSV Data Set Definition* (recylce=TRUE) *menu* = header as variable

Re: header line defining the column names is assigned to its own variable when looping CSV Data Set Config

2011-01-20 Thread Duc Chau
Thanks for pointing it out Sebb. It seems we have integrated into a patch (16-08-2010) to fix but I wonder whether it applies for new version to download or not. I am currently using v2.4 r961953 (just download by the end of 2010) and it still happens. On Fri, Jan 21, 2011 at 2:35 PM, sebb

Re: header line defining the column names is assigned to its own variable when looping CSV Data Set Config

2011-01-20 Thread sebb
On 21 January 2011 04:57, Duc Chau chauman...@gmail.com wrote: Thanks for pointing it out Sebb. It seems we have integrated into a patch (16-08-2010) to fix but I wonder whether it applies for new version to download or not. I am currently using v2.4 r961953 (just download by the end of 2010)

read the CSV Data Set Config once

2010-12-06 Thread thanh nguyen
Hi all, In my script, I want the first thread to do an activity X, and the second one to do activity Y. For each thread I want they keep doing their activity forever. I have a CSV Data Set Config at the beginning of my script. I put the activity number in the CSV file and I want Jmeter to read

Re: CSV Data Set Config doesn't work with jdbc request

2010-03-08 Thread Maya Hague
Thanks, I was able to achieve the same thing with 'userparameters'. From: sebb seb...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Sat, February 27, 2010 5:17:19 AM Subject: Re: CSV Data Set Config doesn't work with jdbc request On 27

Re: Doubt about CSV Data Set Config

2010-03-04 Thread TincaTibo
Hello, You can find the reference here: http://jakarta.apache.org/jmeter/usermanual/functions.html#__P Regards, Tibo On Thu, Mar 4, 2010 at 08:19, Mahesh Kharat maheshfore...@gmail.com wrote: Hello Deepak, I don't know that whether it is possible through CSV Data Set Config. As u said

Doubt about CSV Data Set Config

2010-03-03 Thread Mahesh Kharat
Hello, I want to apply different load to my application want to see performance of it. I am using CSV Data Set Config to take parameters from file. I am explaining my requirement through following example. eg. I am using C:\Example\MainFile.csv as filename in CSV Data Set Config. Also using

Re: Doubt about CSV Data Set Config

2010-03-03 Thread Deepak Shetty
:\Example\MainFile.csv in filename field of CSV Data Set Config which will take care of load testing. No. It is only you who knows that MainFile.csv has further filenames. I don't want to write C:\Example\File1.csv,C:\Example\File3.csv C:\Example\File5.csv in filename field of CSV Data Set Config

Re: Doubt about CSV Data Set Config

2010-03-03 Thread Mahesh Kharat
Hello Deepak, I don't know that whether it is possible through CSV Data Set Config. As u said Pass the name of the file you want to run as a Jmeter property and use that property in the filename field So how to do such configuration settingsu have any reference of it?? Mahesh Kharat

Re: CSV Data Set Config doesn't work with jdbc request

2010-02-27 Thread sebb
On 27/02/2010, Maya Hague mhague94...@yahoo.com wrote: Hi, My test plan is as follows Test Plan thread Jdbc Connection Config jdbc request view results tree CSV Data Set Config My query is an update prepared statement calling a stored procedure which

CSV Data Set Config doesn't work with jdbc request

2010-02-26 Thread Maya Hague
Hi, My test plan is as follows Test Plan    thread Jdbc Connection Config jdbc request view results tree CSV Data Set Config My query is an update prepared statement calling a stored procedure which works fine with hard coded value,but when I pass the csv file it does

RMI remote tests and CSV Data Set Config

2010-02-09 Thread Andreas Niemeyer
Hi, I would like to hold test specific data outside the jmeter directory to keep test specific data separated. This could be a CSV file for user accounts or files to upload for http samples. Is this possible? The testplan I couldn't find anywhere on the remote machine, maybe not

Re: RMI remote tests and CSV Data Set Config

2010-02-09 Thread sebb
On 09/02/2010, Andreas Niemeyer andreas.nieme...@gutzmann.com wrote: Hi, I would like to hold test specific data outside the jmeter directory to keep test specific data separated. This could be a CSV file for user accounts or files to upload for http samples. Is this possible? Yes, just use

Re: CSV Data Set Config Question

2009-10-14 Thread Jatin Davey
.. Thanks Jatin Deepak Shetty wrote: Hi In your HttpSample under 'Send Parameters with request' under name enter the name of the field your application uses , under value enter ${a} where a is the name you've specfied in the CSV data set config so for e.g. if the application uses j_username

Re: CSV Data Set Config Question

2009-10-14 Thread arubin41
Deepak - thanks for the info. Very helpful. QUick follow up question. In the CSV Data Set Config space, when I fill out the Variable Names (comma-delimited) field do I list the usernames established in the txt file like so username1, username2, username3, username4, username5? Or am I

Re: CSV Data Set Config Question

2009-10-14 Thread Deepak Shetty
Hi The variable names are those corresponding to what a column represents in the CSV . There should be as many variable names as there are columns. so if your CSV is something like username1, firstname1, email1 username2, firstname2, email2 Then in the CSV data set config the variable names

CSV Data Set Config Question

2009-10-13 Thread arubin41
New to jMeter and I'm running into what's likely a very-rookie question. I'm creating CSV Data Set Config to set up 5 usernames and passwords. My question is regarding the structure of my txt file. Do you establish the variables similar to javascript (or whatever language): var USER

Re: CSV Data Set Config Question

2009-10-13 Thread Deepak Shetty
hi Each row should correspond to the data per user so in your case user1,pass1,otherdata user2,pass2,otherdata user3,pass3,otherdata user4,pass4,otherdata The variable names are defined in the CSV data set config in most cases you should be able to put the CSV data set config as a child

Re: CSV Data Set Config Question

2009-10-13 Thread Jatin Davey
,otherdata The variable names are defined in the CSV data set config in most cases you should be able to put the CSV data set config as a child of the threadgroup . regards deepak On Tue, Oct 13, 2009 at 2:30 PM, arubin41 alanrubi...@yahoo.com wrote: New to jMeter and I'm running into what's likely

Re: CSV Data Set Config Question

2009-10-13 Thread Deepak Shetty
hi if the data is tied to the user (e.g. the user's email address) then it must be the same CSV data set config (each column representing a data item). If the data is independent (e.g. the string the user enters into a search box) then you could have it as separate or different CSV data config

Re: CSV Data Set Config Question

2009-10-13 Thread Jatin Davey
should i do in the sampler to make it use these variables. Please guide me. Thanks Jatin Deepak Shetty wrote: hi if the data is tied to the user (e.g. the user's email address) then it must be the same CSV data set config (each column representing a data item). If the data is independent (e.g

Re: CSV Data Set Config Question

2009-10-13 Thread Deepak Shetty
Hi In your HttpSample under 'Send Parameters with request' under name enter the name of the field your application uses , under value enter ${a} where a is the name you've specfied in the CSV data set config so for e.g. if the application uses j_username and j_password as the fields and your CSV

Re: CSV Data Set Config Question

2009-10-13 Thread Jatin Davey
config so for e.g. if the application uses j_username and j_password as the fields and your CSV data set config has the variables defined as username,password then in the HTTP Sample you will have two entries j_username ${username} j_password ${password} regards deepak On Tue, Oct 13, 2009 at 9:09

Parmeterization iusing csv data set config

2009-09-18 Thread nanduri
hello, Im doing parametrization using csv data set config element and i had given all the details and still my script is not running.Actually when im adding csv data set config im getting extra parameters link comments,name,running verison,Thread name.When im running im getting following error

Re: Parmeterization iusing csv data set config

2009-09-18 Thread sebb
On 18/09/2009, nanduri nandurivk0...@gmail.com wrote: hello, Im doing parametrization using csv data set config element and i had given all the details and still my script is not running.Actually when im adding csv data set config im getting extra parameters link comments,name,running

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

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

2009-01-28 Thread porobashi
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 Config using. all fields are not mandatory

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
] Sent: Wednesday, January 28, 2009 10:39 AM To: jmeter-user@jakarta.apache.org Subject: how to use CSV Data Set Config to take input from file 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

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

2009-01-28 Thread Noel O'Brien
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 Config using. all fields are not mandatory for the form, is there way to only entering mandatory fields??? please help me

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
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 there? Thanks Noel O'Brien wrote: What kind of testing

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

2009-01-28 Thread porobashi
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 there? Thanks Noel O'Brien wrote: What kind of testing (functional, load)? Are you limited to a set of login

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

Re: csv Data Set Config

2008-10-16 Thread akshata s.m.
] wrote: From: Anthony Chadszinow [EMAIL PROTECTED] Subject: Re: csv Data Set Config To: JMeter Users List jmeter-user@jakarta.apache.org Date: Wednesday, October 15, 2008, 4:38 PM Here's a link to the true rules of the CSV format http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm The format you

RE: csv Data Set Config

2008-10-16 Thread Melvin Laguren
I'm actually having a similar problem as well. The only difference is that my test is reading $(COMPANY) and not $(USER) and $(PASSWORD). -Original Message- From: akshata s.m. [mailto:[EMAIL PROTECTED] Sent: Thu 10/16/2008 11:27 AM To: JMeter Users List Subject: Re: csv Data Set Config

Re: csv Data Set Config

2008-10-16 Thread Anthony Chadszinow
a standard 'for loop'. In that loop controller I set the 'Loop Count' setting to be equal to my variable name which stores the number of lines in the file. As a child of the loop controller I put a 'CSV Data Set Config' element. I set the filename path to the path to my CSV file; I leave

RE: csv Data Set Config

2008-10-16 Thread Nair, Pramod
by tweaking the data file. It works for me.. Thanks Pramod -Original Message- From: Anthony Chadszinow [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 4:18 AM To: JMeter Users List Subject: Re: csv Data Set Config Ok Akshata and Melvin, I can help up until a point

csv Data Set Config

2008-10-15 Thread akshata s.m.
Hello, I have 5 http requests which perform Login, display homepage and logout. For my application, i want to login as user1, execute the samplers and logout. And then login as user2 repeat the process and logout. I am trying to use the CSV Data Set Config for my application to login

Re: csv Data Set Config

2008-10-15 Thread Anthony Chadszinow
the CSV Data Set Config for my application to login as different users but one after the other. I have a csvdata.txt file at the location of my jmx file. I would like to know the format of the csv file. Should the username and password value pairs be in a single line? say.. user1,pwd1 user2,pwd2

RE: csv Data Set Config

2008-10-15 Thread Steve Kapinos
Message- From: akshata s.m. [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 5:50 AM To: jmeter-user@jakarta.apache.org Subject: csv Data Set Config Hello, I have 5 http requests which perform Login, display homepage and logout. For my application, i want to login as user1

CSV Data set config - getting data from file via ftp

2008-10-10 Thread shigella Gazeta.pl
Hello, We would like to use CSV file with variables from ftp server. We tried to find adequate options to enter password, but it won't work (the only effect was disabled account). How should it be done? Thanks Shigella

Re: CSV Data set config - getting data from file via ftp

2008-10-10 Thread sebb
On 10/10/2008, shigella Gazeta.pl [EMAIL PROTECTED] wrote: Hello, We would like to use CSV file with variables from ftp server. Are you trying to use the CSV file to provide the login details? We tried to find adequate options to enter password, but it won't work (the only effect was

CSV Data Set config sharing mode issue

2008-08-13 Thread James Hill
Hi all. Not sure if anyone has noticed this or not, but something has shown up in our testing recently with the CSV Data Set config element. When we set the sharing mode to current thread and kick off a run with two threads, the sampler (in this case a WebService(SOAP) Request) is using the same

Re: CSV Data Set config sharing mode issue

2008-08-13 Thread sebb
On 14/08/2008, James Hill [EMAIL PROTECTED] wrote: Hi all. Not sure if anyone has noticed this or not, but something has shown up in our testing recently with the CSV Data Set config element. When we set the sharing mode to current thread and kick off a run with two threads, the sampler

Re: CSV Data Set config sharing mode issue

2008-08-13 Thread James Hill
, James Hill [EMAIL PROTECTED] wrote: Hi all. Not sure if anyone has noticed this or not, but something has shown up in our testing recently with the CSV Data Set config element. When we set the sharing mode to current thread and kick off a run with two threads, the sampler

Re: random csv data set config

2008-03-19 Thread xgan
: fclaes [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 2:33 PM To: jmeter-user@jakarta.apache.org Subject: random csv data set config Can a csv data set config read the data randomly? If no, do you have a workaround to do this? Thanks. -- View this message in context: http

CSV Data Set Config

2007-09-26 Thread ramaj
hello, Currently i am using JMETER for Stress Testing for Jetspeed. CSV Data set Config use for multiple users. But ,i am not able to do that. my procedure is: 1.Test Plan ---Thread Group Loop Controller -HTTP cookie manager -HTTP Request Defaults

Re: CSV Data Set Config

2007-09-26 Thread Arumugam Vallimuthu
for Jetspeed. CSV Data set Config use for multiple users. But ,i am not able to do that. my procedure is: 1.Test Plan ---Thread Group Loop Controller -HTTP cookie manager -HTTP Request Defaults -CSV Data Set Config parameters

Re: CSV Data Set Config

2007-09-26 Thread Arumugam Vallimuthu
} Make sure you have save the CSV file in the same location where you have stored the test plan Regards Aru ramaj wrote: hello, Currently i am using JMETER for Stress Testing for Jetspeed. CSV Data set Config use for multiple users. But ,i am not able to do that. my procedure is: 1.Test Plan

Re: CSV Data Set Config

2007-09-26 Thread ramaj
with this: Variable Names - USER,PASS Make sure you have save the CSV file in the same location where you have stored the test plan Regards Aru ramaj wrote: hello, Currently i am using JMETER for Stress Testing for Jetspeed. CSV Data set Config use for multiple users. But ,i am not able

Re: CSV Data Set Config

2007-09-26 Thread ramaj
for Stress Testing for Jetspeed. CSV Data set Config use for multiple users. But ,i am not able to do that. my procedure is: 1.Test Plan ---Thread Group Loop Controller -HTTP cookie manager -HTTP Request Defaults -CSV Data Set Config

Re: iterating through urls from csv data set config using while loop controller

2007-08-14 Thread sebb
I've also added a new option to the CSV Dataset element - Stop thread on EOF. This makes it much easier to code loops: Thread Group (forever) + CSV Dataset (Recycle=false, Stop thread=true) + Sampler This is in r565714 and later. S. On 11/08/07, sebb [EMAIL PROTECTED] wrote: On 10/08/07, sebb

RE: iterating through urls from csv data set config using while loop controller

2007-08-14 Thread Simon Brown
Fantastic! I'll download it now! Many thanks! Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 14 August 2007 13:20 To: JMeter Users List Subject: Re: iterating through urls from csv data set config using while loop controller I've also added a new option

Re: iterating through urls from csv data set config using while loop controller

2007-08-11 Thread sebb
On 10/08/07, sebb [EMAIL PROTECTED] wrote: On 10/08/07, Simon Brown [EMAIL PROTECTED] wrote: Hi, I was getting the following error originally. 2007/08/07 16:41:01 ERROR - jmeter.threads.JMeterThread: java.lang.IllegalArgumentException: Invalid uri 'EOF': escaped absolute path not

Re: iterating through urls from csv data set config using while loop controller

2007-08-10 Thread sebb
PROTECTED] Sent: 10 August 2007 10:08 To: JMeter Users List Subject: Re: iterating through urls from csv data set config using while loop controller On 10/08/07, Simon Brown [EMAIL PROTECTED] wrote: Hi Seb, I have removed any additional new line characters from the end of the data

RE: iterating through urls from csv data set config using while loop controller

2007-08-10 Thread Simon Brown
on Windows! I'm getting it now!!! I've also coded the http and host separately now. Thanks. Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 10 August 2007 10:08 To: JMeter Users List Subject: Re: iterating through urls from csv data set config using while loop controller

Re: iterating through urls from csv data set config using while loop controller

2007-08-10 Thread sebb
/$ http://microsoft.com/$ http://yahoo.com/$ You should probably code the http and host as separate fields. Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 09 August 2007 12:16 To: JMeter Users List Subject: Re: iterating through urls from csv data set config

RE: iterating through urls from csv data set config using while loop controller

2007-08-10 Thread Simon Brown
/$ http://yahoo.com/$ Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 09 August 2007 12:16 To: JMeter Users List Subject: Re: iterating through urls from csv data set config using while loop controller Perhaps the data file has the wrong line-endings on Solaris? Also

Re: iterating through urls from csv data set config using while loop controller

2007-08-09 Thread sebb
, Simon -Original Message- From: Kathy Mitchell [mailto:[EMAIL PROTECTED] Sent: 07 August 2007 15:54 To: JMeter Users List Subject: RE: iterating through urls from csv data set config using while loop controller My while controller condition is simply set like this: Condition: ${url

Re: csv data set config

2007-08-09 Thread sebb
Each thread reads the next line from the file. On 09/08/07, tiffany [EMAIL PROTECTED] wrote: Hi, How's the csv data set config works with the file? For example, if I set the thread=2 and then the loop = 3, how is the csv data set config reads the file? File A,B,C D,E,F G,H,I J,K

RE: iterating through urls from csv data set config using while loop controller

2007-08-07 Thread Simon Brown
- From: Kathy Mitchell [mailto:[EMAIL PROTECTED] Sent: 06 August 2007 19:15 To: JMeter Users List Subject: RE: iterating through urls from csv data set config using while loop controller I have a similar setup and got it to work by setting the condition in the while controller to just the variable

RE: iterating through urls from csv data set config using while loop controller

2007-08-07 Thread Kathy Mitchell
: iterating through urls from csv data set config using while loop controller Kathy, Many thanks for your response. I attempted to use the variable name as the while loop condition, but am finding a similar error. 2007/08/07 09:39:20 ERROR - jmeter.threads.JMeterThread

RE: iterating through urls from csv data set config using while loop controller

2007-08-07 Thread Simon Brown
processing. If you've any other pointers that would be great. Thanks again for your help, Simon -Original Message- From: Kathy Mitchell [mailto:[EMAIL PROTECTED] Sent: 07 August 2007 15:54 To: JMeter Users List Subject: RE: iterating through urls from csv data set config using while

iterating through urls from csv data set config using while loop controller

2007-08-06 Thread Simon Brown
Server Name or IP: ${url} Retrieve all Embedded Resources from HTML files: Checked |- CSV Data Set Config Filename: inputUrl.csv Variable Names: url Delimeter: \n Recycle on EOF

RE: iterating through urls from csv data set config using while loop controller

2007-08-06 Thread Kathy Mitchell
(or something) from the empty line and try to process it as another line of input. Kathy -Original Message- From: Simon Brown [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 11:30 AM To: jmeter-user@jakarta.apache.org Subject: iterating through urls from csv data set config using while

RE: random csv data set config

2007-07-13 Thread VijayKumar.Nandam
config Can a csv data set config read the data randomly? If no, do you have a workaround to do this? Thanks. -- View this message in context: http://www.nabble.com/random-csv-data-set-config-tf4073084.html#a11575812 Sent from the JMeter - User mailing list archive at Nabble.com

random csv data set config

2007-07-13 Thread fclaes
Can a csv data set config read the data randomly? If no, do you have a workaround to do this? Thanks. -- View this message in context: http://www.nabble.com/random-csv-data-set-config-tf4073084.html#a11575812 Sent from the JMeter - User mailing list archive at Nabble.com

Re: random csv data set config

2007-07-13 Thread sebb
in the csv file. Thanks, Vijay Nandam -Original Message- From: fclaes [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 2:33 PM To: jmeter-user@jakarta.apache.org Subject: random csv data set config Can a csv data set config read the data randomly? If no, do you have a workaround to do

RE: what append with the CSV Data Set Config in Remote Testing

2007-05-11 Thread iblavins
plan.) Ian Blavins Contract Performance Engineer Temenos -Original Message- From: Simon De Uvarow [mailto:[EMAIL PROTECTED] Sent: 10 May 2007 17:57 To: JMeter Users List Subject: Re: what append with the CSV Data Set Config in Remote Testing OK, thanks!! :) On 5/9/07, sebb [EMAIL

Re: what append with the CSV Data Set Config in Remote Testing

2007-05-11 Thread sebb
for the include module when adding an include module element in the test plan.) Ian Blavins Contract Performance Engineer Temenos -Original Message- From: Simon De Uvarow [mailto:[EMAIL PROTECTED] Sent: 10 May 2007 17:57 To: JMeter Users List Subject: Re: what append with the CSV Data Set

Re: what append with the CSV Data Set Config in Remote Testing

2007-05-10 Thread Simon De Uvarow
OK, thanks!! :) On 5/9/07, sebb [EMAIL PROTECTED] wrote: The only data that is passed to the remote server is the test plan. Any data files are accessed locally. So if you want to use different data on different systems, you need to create different files. Depending on what the data is used

what append with the CSV Data Set Config in Remote Testing

2007-05-09 Thread Simon De Uvarow
I didn´t find this information. What happen with the information in the CSV file? Are the remote threads synchronized to use different data of the CSV file? Or maybe the CSV file is passed to each computer and there, the server, execute the test using the data beginning in the first row, then the

Re: what append with the CSV Data Set Config in Remote Testing

2007-05-09 Thread sebb
The only data that is passed to the remote server is the test plan. Any data files are accessed locally. So if you want to use different data on different systems, you need to create different files. Depending on what the data is used for, you may be able to use the same file data but make it

HELP Regarding CSV Data set config

2007-05-01 Thread magic_me_magic
, I've recorded the script by login with one user. In the CSV file I setup the values for the recorded script (For user1). How do I do for remaining users as well ? Any Help ?? Rgds, KM -- View this message in context: http://www.nabble.com/HELP-Regarding-CSV-Data-set-config-tf3678428.html

RE: HELP Regarding CSV Data set config

2007-05-01 Thread David Schulberg
/2007 12:42 PM To: jmeter-user@jakarta.apache.org Subject: HELP Regarding CSV Data set config Hi All, Im my application, I've several users to login. Ex: user1,user2,user3 and usern... Each user has his own dynamic text boxe's. That means the text box controles will be generated dynamically

CSV Data set config problems

2007-03-27 Thread Josh Feldman
I have used this function in the past. Going back the scripts that were working, currently are not. I am working from the GUI. I set up the CSV Data set config: Filename = abc.csv Variable names = terms Delimiter = , EOF = true In the http sampler I have the parameter set q = ${term} I have

Re: CSV Data set config problems

2007-03-27 Thread sebb
with the __P() function on the HTTP RD element. Properties can be defined on the command-line, in jmeter.properties or in user.properties. S. On 27/03/07, Josh Feldman [EMAIL PROTECTED] wrote: Yeah that was a typo. This is what is set up Thread Group http request default CSV Data set config

  1   2   >