Re: Parameterization by CSV or user parameters not working -

2011-08-19 Thread sprasad
message will be added to the discussion > below: > > http://jmeter.512774.n5.nabble.com/Parameterization-by-CSV-or-user-parameters-not-working-tp4586367p4589471.html > To unsubscribe from Parameterization by CSV or user parameters not workin

Re: Parameterization by CSV or user parameters not working -

2011-08-19 Thread sprasad
> If you reply to this email, your message will be added to the discussion > below: > > http://jmeter.512774.n5.nabble.com/Parameterization-by-CSV-or-user-parameters-not-working-tp4586367p4586970.html > To unsubscribe from Parameterization by CSV or user parameters

Re: Parameterization by CSV or user parameters not working -

2011-07-27 Thread sprasad
r/usermanual/index.html > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://jmeter.512774.n5.nabble.com/Parameterization-by-CSV-or-user-parameters-not-working-tp4586367p4586970.html > To unsubscribe from Pa

Re: Parameterization by CSV or user parameters not working -

2011-07-14 Thread Bartuss
login and password form Users.txt file -- View this message in context: http://jmeter.512774.n5.nabble.com/Parameterization-by-CSV-or-user-parameters-not-working-tp4586367p4589471.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: Parameterization by CSV or user parameters not working -

2011-07-14 Thread Oliver Lloyd
Follow the steps here instead: http:// http://jakarta.apache.org/jmeter/usermanual/index.html http://jakarta.apache.org/jmeter/usermanual/index.html -- View this message in context: http://jmeter.512774.n5.nabble.com/Parameterization-by-CSV-or-user-parameters-not-working-tp4586367p4586970.html

Re: Parameterization by CSV or user parameters not working -

2011-07-14 Thread sprasad
Hi Oliver, Thanks for replying. Please guide me what are the correct steps so that I can correct myself... Thanks Prasad -- View this message in context: http://jmeter.512774.n5.nabble.com/Parameterization-by-CSV-or-user-parameters-not-working-tp4586367p4586474.html Sent from the JMeter - User

Re: Parameterization by CSV or user parameters not working -

2011-07-14 Thread Oliver Lloyd
-or-user-parameters-not-working-tp4586367p4586443.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-mail: jmeter

Re: User Parameters not always correctly allocated?

2010-07-22 Thread sebb
s the only forum. There are plenty of mail archives that can be searched; see the JMeter/Jakarta web-sites. >> Also, the test plan has no definition for the following variables: >> path.root >> resource.path > > Yes as I said I've stripped it down - just the parts where th

AW: User Parameters not always correctly allocated?

2010-07-22 Thread Jörg Godau
s? > Also, the test plan has no definition for the following variables: > path.root > resource.path Yes as I said I've stripped it down - just the parts where the User Parameters are being used were shown here. The path.root is definied as ${__P('contextroot',

Re: User Parameters not always correctly allocated?

2010-07-22 Thread sebb
t include test plans in e-mail in future. They are difficult to extract, and are just wasted bandwidth for most readers. Also, the test plan has no definition for the following variables: path.root resource.path > We have a thread group that loops, which contains the User Parameters, after

AW: User Parameters not always correctly allocated?

2010-07-22 Thread Jörg Godau
Hello, I've stripped down the test plan to be as small as possible, perhaps you could have a look at it (see the end of this email) and tell me if there is something wrong with the way we are doing things? We have a thread group that loops, which contains the User Parameters, after that

Re: User Parameters not always correctly allocated?

2010-07-21 Thread sebb
The JMeter code is synchronised where it saves the variables. Also, the set of variables is chosen using threadNum % varCount, so a given thread will always get the same set. I don't see how the variables can get out of step unless some other test element is updating one of the values. I suggest

AW: User Parameters not always correctly allocated?

2010-07-21 Thread Jörg Godau
> What about "Update once per iteration" - is that selected or not? Not selected. > And where is the User Parameter Pre-Processor in the test plan? > Is it in scope of multiple samplers? Sorry I'm not sure I understand the question. I've provided a screenshot of our test plan in the "testplan.

Re: User Parameters not always correctly allocated?

2010-07-21 Thread sebb
(non-empty columns) present for all parameter names (rows)? Which version of JMeter? On 21 July 2010 15:12, Jörg Godau wrote: > Hello all, > > the user.id and resource.file are defined in a "User Parameters" element > which is the first element in the "Thread Group&quo

AW: User Parameters not always correctly allocated?

2010-07-21 Thread Jörg Godau
Hello all, the user.id and resource.file are defined in a "User Parameters" element which is the first element in the "Thread Group" of our test. Name: User_1 User_2etc... user.id 12 2121 resource.file file_01.csv file_05.csv

Re: User Parameters not always correctly allocated?

2010-07-21 Thread sebb
er: Klaus-Dieter Schütze > Registergericht: Amtsgericht Charlottenburg > Registernummer: HRB 73618 > Umsatzsteuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz: DE > 813181239 > >> -Ursprüngliche Nachricht- >> Von: Deepak Shetty [mailto:shet...@gmail.com]

AW: User Parameters not always correctly allocated?

2010-07-20 Thread Jörg Godau
: HRB 73618 Umsatzsteuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz: DE 813181239 > -Ursprüngliche Nachricht- > Von: Deepak Shetty [mailto:shet...@gmail.com] > Gesendet: Freitag, 16. Juli 2010 18:03 > An: JMeter Users List > Betreff: Re: User Parameters not always

Re: User Parameters not always correctly allocated?

2010-07-16 Thread Deepak Shetty
hi You can simulate the same behavior with a single thread as well right? While I can understand there might be a JMeter bug that manifests itself under parallel access , i cant quite see how this happens with a single thread. What are you thread group settings for the sing thread , you run multipl

AW: User Parameters not always correctly allocated?

2010-07-16 Thread Jörg Godau
Hello Deepak, hello all, I have used the Debug Sampler and found that the problem persists. The user id and the file shown in the debug are correct and matching: user.id=110809336 resource.file=familiennamen_04.csv The name extracted from the file with ${_StringFromFile(${resource.path}/$

Re: User Parameters not always correctly allocated?

2010-07-15 Thread Deepak Shetty
Hi I havent observed problems with User Parameters . Use a debug sampler or modifying the sampler name to include the values of user.id and resource.file , can you check that your variables are always in step(the user id, the resource file and the record) . If there isnt a problem with your

User Parameters not always correctly allocated?

2010-07-15 Thread Jörg Godau
Hi, we have a situation where we need the user parameters to always be applied in a group (which I thought was actually the default behaviour?). Example: We have two parameters that need to be managed as a pair: user.id and resource.file The user.id defines which user logs into the system

Re: Difference between "User Parameters" and "User Defined Variables" ?

2009-09-03 Thread sebb
On 03/09/2009, Ben Stover wrote: > What is the difference between the sections "User Parameters" and "User > Defined Variables" ? > > As far as I can see in both panels I can enter a variable name and its value. Yes. > So why are there two different panels

Difference between "User Parameters" and "User Defined Variables" ?

2009-09-03 Thread Ben Stover
What is the difference between the sections "User Parameters" and "User Defined Variables" ? As far as I can see in both panels I can enter a variable name and its value. So why are there two different panels for suc

Re: Dynamic User Parameters

2008-06-23 Thread sebb
On 23/06/2008, howard chen <[EMAIL PROTECTED]> wrote: > Hi, > > I have a page with url = http://www.example.com/index.php?id=123-DEF, > where the first 3 char is number, separated by a dash, and followed by > 3 English character. > > Without using customized input file such as {_StringFromFile(

Dynamic User Parameters

2008-06-22 Thread howard chen
Hi, I have a page with url = http://www.example.com/index.php?id=123-DEF, where the first 3 char is number, separated by a dash, and followed by 3 English character. Without using customized input file such as {_StringFromFile(...)}, is it possible jmeter would do the calculation for me? Thanks.

Re: User Parameters, problems with "next"

2008-04-10 Thread sebb
er) und Samuel van Oostrom > Aufsichtsratsvorsitzender: Ministerialdirektor Gerrit Stein > > > -Ursprüngliche Nachricht----- > Von: sebb [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 9. April 2008 17:17 > An: JMeter Users List > Betreff: Re: User

AW: User Parameters, problems with "next"

2008-04-10 Thread Höfer , Ulrich
ührer: Dr. h. c. Gerhard Käfer (Sprecher) und Samuel van Oostrom Aufsichtsratsvorsitzender: Ministerialdirektor Gerrit Stein -Ursprüngliche Nachricht- Von: sebb [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. April 2008 17:17 An: JMeter Users List Betreff: Re: User Parameters, problems with &

Re: User Parameters, problems with "next"

2008-04-09 Thread sebb
On 09/04/2008, Höfer, Ulrich <[EMAIL PROTECTED]> wrote: > User Parameters, problems with "next" > > > > Hi, > > > > I need help about "User Parameters" . With > ${__CSVRead(portal/suchbegriffe.txt,0)} I have no problems. No I want

User Parameters, problems with "next"

2008-04-09 Thread Höfer , Ulrich
User Parameters, problems with "next" Hi, I need help about "User Parameters" . With ${__CSVRead(portal/suchbegriffe.txt,0)} I have no problems. No I want to read the next line and I tried ${__CSVRead(portal/suchbegriffe.txt,next)} and then ${__CSVRead(portal/s

Re: User Parameters problem

2007-11-13 Thread sebb
ko > Quality Assurance Engineer > Praxell Inc. > http://www.praxell.com > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 13, 2007 6:44 PM > To: JMeter Users List > Subject: Re: User Parameters problem > > The Test P

RE: User Parameters problem

2007-11-13 Thread Ori Marco
: JMeter Users List Subject: Re: User Parameters problem The Test Plan is TP +TG ++ Loop +++ User Param 1 +++ Sampler 1 +++ User Param 2 +++ Sampler 2 User Parameters are Pre-Processors, and are processed before every sampler for which they are in scope. In this case both samplers. So the execution

Re: User Parameters problem

2007-11-13 Thread sebb
The Test Plan is TP +TG ++ Loop +++ User Param 1 +++ Sampler 1 +++ User Param 2 +++ Sampler 2 User Parameters are Pre-Processors, and are processed before every sampler for which they are in scope. In this case both samplers. So the execution order is +++ User Param 1 +++ User Param 2

RE: User Parameters problem

2007-11-13 Thread Ori Marco
, November 13, 2007 5:30 PM To: JMeter Users List Subject: Re: User Parameters problem The behaviour of a JMeter test plan depends on the structure and ordering of test elements. It's just not possible to work out what your plan looks like from the posting. Please do not post the JMX file t

Re: User Parameters problem

2007-11-13 Thread sebb
ith a screenshot of the plan. On 13/11/2007, Ori Marco <[EMAIL PROTECTED]> wrote: > Anyone? > > -Original Message- > From: Ori Marco [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 08, 2007 4:31 PM > To: JMeter Users List > Subject: User Parameters problem

RE: User Parameters problem

2007-11-13 Thread Ori Marco
Anyone? -Original Message- From: Ori Marco [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 4:31 PM To: JMeter Users List Subject: User Parameters problem Hi I have a problem when using parameter few times in User Parameters when assigning and then using it. It seems

Re: User Defined Variables vs. User Parameters

2007-06-13 Thread sebb
The User Defined Variables is a Configuration element, and as such is best used for variables that don't change during the run. On 13/06/07, jada <[EMAIL PROTECTED]> wrote: Hello all, I don't know when I should use "User Parameters" vs. "User Defined Varia

User Defined Variables vs. User Parameters

2007-06-13 Thread jada
Hello all, I don't know when I should use "User Parameters" vs. "User Defined Variables"? I just want to declare a variable so that I can use it for other elements in the test plan. Below is what I see in testing both cases: Test 1 using User Parameters: Thread Group (

Re: user parameters pre-processor JavaScript function

2007-01-04 Thread sebb
has to be AFTER the User Parameters. > > Not yet sure if this is a bug or a deliberate feature... > > Anyway, try swapping them and see if this helps. > > On 03/01/07, Gary K. Avery <[EMAIL PROTECTED]> wrote: >> hello, >> >> i seem to have run into a snag an

Re: user parameters pre-processor JavaScript function

2007-01-03 Thread Gary K. Avery
that worked. thanks! sebb wrote: Odd - looks like the CSV Dataset has to be AFTER the User Parameters. Not yet sure if this is a bug or a deliberate feature... Anyway, try swapping them and see if this helps. On 03/01/07, Gary K. Avery <[EMAIL PROTECTED]> wrote: hello, i seem to ha

Re: user parameters pre-processor JavaScript function

2007-01-03 Thread sebb
Odd - looks like the CSV Dataset has to be AFTER the User Parameters. Not yet sure if this is a bug or a deliberate feature... Anyway, try swapping them and see if this helps. On 03/01/07, Gary K. Avery <[EMAIL PROTECTED]> wrote: hello, i seem to have run into a snag and not sure whet

user parameters pre-processor JavaScript function

2007-01-03 Thread Gary K. Avery
hello, i seem to have run into a snag and not sure whether it is a timing restriction or something else. i have a thread group with a CSV Data Set Config element which is reading in from a file and assigning some variables (e.g., A, B, C). that seems to be working fine. i then have a User

Re: User parameters

2006-07-21 Thread vetalok
"data" - this is object that contain binary data placed in file. I think the better way is using "vars.putObject("name",object)". Thank u for reply!!! -- View this message in context: http://www.nabble.com/User-parameters-tf1971673.html#a5432739 Sent from the JMe

Re: User parameters

2006-07-21 Thread sebb
he normal get() and put() only work with string values. S. On 21/07/06, vetalok <[EMAIL PROTECTED]> wrote: I'm developing test plan that simulates the following code: apache.commons.chain.Context ctx; ctx.put("currentNode", "/test");(== user parameters->add var-

Re: User parameters

2006-07-21 Thread vetalok
I'm developing test plan that simulates the following code: apache.commons.chain.Context ctx; ctx.put("currentNode", "/test");(== user parameters->add var->"currentNode","/test") ctx.put("name", "testProperty"); ctx.put(&

Re: User parameters

2006-07-20 Thread sebb
What are you trying to do? i.e. why do you need to store so much data in a variable? On 20/07/06, vetalok <[EMAIL PROTECTED]> wrote: hi! When I pushed pre-processors->add user parameters->"Add Variable Button" new variable "mydata" has been created. Ho

Re: User parameters

2006-07-20 Thread vetalok
it is good idea to use ${_StringFromFile(E:\jmeter\paramFileName.txt)}! But String contains only 256 chars :( So I read only 256 chars... I need to read much more :-) -- View this message in context: http://www.nabble.com/User-parameters-tf1971673.html#a5414764 Sent from the JMeter - User

Re: User parameters

2006-07-20 Thread avishek
vetalok gmail.com> writes: > > > hi! > When I pushed pre-processors-≥add user parameters->"Add Variable Button" new > variable "mydata" has been created. How can I input big data into this > variable? Because it seems there is only String data( 2

User parameters

2006-07-20 Thread vetalok
hi! When I pushed pre-processors->add user parameters->"Add Variable Button" new variable "mydata" has been created. How can I input big data into this variable? Because it seems there is only String data( 256 symbols) variables, I need to input 4KB of data? Is ther

using user parameters

2006-05-23 Thread Harinath Mallepally
Hi, I am using user parameters to parameterize the Http Requests. I have my user parameters like this Name User_1 User_2 User_2 Email[EMAIL PROTECTED] [EMAIL PROTECTED][EMAIL PROTECTED] Now, in the http request, where I need

Re: Setting up User Parameters - variable logins using CSV

2006-05-04 Thread sebb
; Thanks for this! I now understand how a Counter with variables can work. This will be helpful when I have > test logins set up. Until then, I have a couple of questions about your reply "replace the Counter with a CSV > Data Set.": > > > 1.) Do you think CSV Data Set is pr

Re: Setting up User Parameters - variable logins using CSV

2006-05-04 Thread Durgs
"replace the Counter with a CSV > Data Set.": > > > 1.) Do you think CSV Data Set is preferred to the User Parameters Pre Processor I've been trying to use? (If > CVS works as I think it does, it's going to be much easier because of the ease of adding userNames

Re: Setting up User Parameters - variable logins using CSV

2006-05-02 Thread sebb
;: 1.) Do you think CSV Data Set is preferred to the User Parameters Pre Processor I've been trying to use? (If CVS works as I think it does, it's going to be much easier because of the ease of adding userNames & passwords.) Yes, unless you only have a few users. 2.) For CSV

RE: Setting up User Parameters - variable logins using CSV

2006-05-02 Thread Brian Childs
Thanks for this! I now understand how a Counter with variables can work. This will be helpful when I have test logins set up. Until then, I have a couple of questions about your reply "replace the Counter with a CSV Data Set.": 1.) Do you think CSV Data Set is preferred to the User

Re: Setting up User Parameters

2006-05-01 Thread sebb
how to set it up. My Test Plan basically looks like: Thread |__ Simple Controller |__ HTTP Request - Login |__ User Parameters - Login & Password |__ HTTP Request - View Account Info |__ HTTP Request - Logout For "HTTP Request - Login" I have 3 para

Setting up User Parameters

2006-05-01 Thread Brian Childs
e: Thread |__ Simple Controller |__ HTTP Request - Login |__ User Parameters - Login & Password |__ HTTP Request - View Account Info |__ HTTP Request - Logout For "HTTP Request - Login" I have 3 parameters: 1. Name = cmd, Value = Login 2. Name =

Re: HOW TO use user parameters to set another user parameter?

2005-10-04 Thread sebb
AIL PROTECTED]> wrote: > I am trying to set qa_url at another user parameters pre-processor but in > the same Simple Control block. > > I just found, that if I am setting the variable at another simple control > block which is later, the variable is set. > > > On 10/3/05, s

Re: HOW TO use user parameters to set another user parameter?

2005-10-04 Thread Pavel Gouchtchine
I am trying to set qa_url at another user parameters pre-processor but in the same Simple Control block. I just found, that if I am setting the variable at another simple control block which is later, the variable is set. On 10/3/05, sebb <[EMAIL PROTECTED]> wrote: > > That

Re: HOW TO use user parameters to set another user parameter?

2005-10-03 Thread sebb
t; > Now, I want to combine these variables into variable named qa_url using User > Parameters pre-processor like this: > > qa_url = ${protocol}://${host} > > > JMeter always sets qa_url as "${protocol}://${host}" not as > http://qatesthost.com > > > Does

HOW TO use user parameters to set another user parameter?

2005-10-03 Thread Pavel Gouchtchine
Hi All. I am using User Parameter pre-processor to set the following: host = qatesthost.com <http://qatesthost.com> protocol = http Now, I want to combine these variables into variable named qa_url using User Parameters pre-processor like this: qa_url = ${protocol}://${host} JMeter alway

Re: randomizing user parameters

2005-04-29 Thread sebb
/usermanual/functions.html#__StringFromFile S. On 4/29/05, teknokrat <[EMAIL PROTECTED]> wrote: > I need hundreds/thousands of requests hitting my app with different > parameters. I cannot enter them all into user parameters as there are > too many. Is there anyway of randomizing the user p

randomizing user parameters

2005-04-29 Thread teknokrat
I need hundreds/thousands of requests hitting my app with different parameters. I cannot enter them all into user parameters as there are too many. Is there anyway of randomizing the user parameter values? thanks - To

Re: User Parameters

2005-04-04 Thread Michael Stover
It's been a while, but I think "update per iteration" means the User Parameters will cause any functions used within it to be re-evaluated only when it's parent controller is re-entered. Otherwise, it would re- evaluate per request. -Mike On Mon, 2005-04-04 at 08:59 -050

Re: User Parameters

2005-04-04 Thread Mujahid Ali
> > U can solve this problem by giving 135 in Number of Threads of Thread Group > > and give Loop Count as 1. > > > > I hope this will work. > > > > Best Regards > > Sobha > > > > > > > > Mujahid Ali wrote: > > I have a test case defined a

Re: User Parameters

2005-04-04 Thread Michael Stover
> U can solve this problem by giving 135 in Number of Threads of Thread Group > and give Loop Count as 1. > > I hope this will work. > > Best Regards > Sobha > > > > Mujahid Ali wrote: > I have a test case defined as follows: > > Test Plan > Thre

Re: User Parameters

2005-04-04 Thread Jayashree K
s of Thread Group and give Loop Count as 1. I hope this will work. Best Regards Sobha Mujahid Ali wrote: I have a test case defined as follows: Test Plan Thread Group [5 Threads, Loop 10 times] HTTP Request View Results Tree User Parameters [135 Users, with 2 parameters each, Update Once Per I

Re: User Parameters

2005-04-03 Thread sobharani moparthy
hreads, Loop 10 times] HTTP Request View Results Tree User Parameters [135 Users, with 2 parameters each, Update Once Per Iteration] HTTP Cookie Manager Two questions: 1. I noticed in the results tree that JMeter only picked 5 users from my User Parameters, one for each of the 5 threads, and then re

User Parameters

2005-04-01 Thread Mujahid Ali
I have a test case defined as follows: Test Plan Thread Group [5 Threads, Loop 10 times] HTTP Request View Results Tree User Parameters [135 Users, with 2 parameters each, Update Once Per Iteration] HTTP Cookie Manager Two questions: 1. I noticed in

RE: User Parameters for UserId & Password

2005-03-24 Thread Michael Stover
It depends on how much you want to change. If there are different sets of values you wish to use for different users, you can keep a group of values together using the User Parameters Pre-Processor. You can also use the new CSV configuration element (new in HEAD - nightly builds) to group

RE: User Parameters for UserId & Password

2005-03-23 Thread Shaik Afgal Bhasha
AM To: JMeter Users List Subject: User Parameters for UserId & Password Hi Bhasha, Using USER PARAMETERS you can do this easily. Add-->Pre Processors..>User Parameters to your Thread Group. You can give all inputs there and call them to relative HTTP Requests. Fo

User Parameters for UserId & Password

2005-03-23 Thread sobharani moparthy
Hi Bhasha, Using USER PARAMETERS you can do this easily. Add-->Pre Processors..>User Parameters to your Thread Group. You can give all inputs there and call them to relative HTTP Requests. For Ex: In User Parameters Add Variables & Add User

User parameters

2004-12-13 Thread Amar nath
Hello, Iam very much new to Jmeter, Iam working on a case where according to the value entered in a textbox on the first jsp page ,corresponding text to that value has to be displayed on second jsp. As 'HTTP user parameter modifier' is deprecated Iam planning to use 'User paramete

RE: User Parameters not evaluated in the firs request

2004-11-15 Thread Coret Bob
Sebb, I've adjusted my Testplan as follows: > Test Plan > Thread Group > HTTP Request > User Defined Variables (definition of rn1 and rn2) > User Parameters (defition of rn3) > View Results Tree When I run this testplan I see in the first request t

Re: User Parameters not evaluated in the firs request

2004-11-15 Thread sebb
Dunno without looking at the code, but it looks like the UDV is being evaluated before the test has fully started. Try using the Pre-Processor User Parameters instead. S. On Mon, 15 Nov 2004 16:41:41 +0100, Coret Bob <[EMAIL PROTECTED]> wrote: > > I´ve got the User Defined Variable

User Parameters not evaluated in the firs request

2004-11-15 Thread Coret Bob
I´ve got the User Defined Variable "rn1" in my Thread Group defined as "${__Random(0,3,rn1)}". I use this variable in the HTTP Request. The Thread Group has a loop count of 6. When I look at the View Results Tree I see "${__Random(0,3,rn1)}" in the first request, in the following requests I see

Re: user parameters question

2004-09-13 Thread JEsterh
s List" To: JMeter Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] cc: (bcc: Jonathan Esterhazy/Systems/Manitoba Blue Cross) Subject:Re: user parameters question Did you remember to include a next() column? S. On Fri, 10 Sep 2004 17:44:08 -0400,

Re: user parameters question

2004-09-13 Thread JEsterh
> Did you remember to include a next() column? This seems to work, but only if the number of threads == 1. Jonathan

Re: user parameters question

2004-09-13 Thread sebb
t; > > On Fri, 2004-09-10 at 16:43, [EMAIL PROTECTED] wrote: > > I am having problems testing an online registration process with jmeter. > > > > I set up User Parameters to read data in from a CSV file. It correctly > > reads the data from the file, and in

Re: user parameters question

2004-09-10 Thread Michael Stover
Sounds like it might be a bug - you might want to create a bug report and attach a sample test plan that demonstrates the error. -Mike On Fri, 2004-09-10 at 16:43, [EMAIL PROTECTED] wrote: > I am having problems testing an online registration process with jmeter. > > I set up User P

RE: user parameters question

2004-09-10 Thread Chuck Henson
4:01 PM To: JMeter Users List Subject: RE: user parameters question Sure did. Tried it unchecked, too. With "update" checked, each thread in a thread group uses a new value, but the thread group still reverts to the top of the file after it loops. With "update" unchecked, everyt

RE: user parameters question

2004-09-10 Thread JEsterh
Sure did. Tried it unchecked, too. With "update" checked, each thread in a thread group uses a new value, but the thread group still reverts to the top of the file after it loops. With "update" unchecked, everything just uses the first value every time. Jonathan

RE: user parameters question

2004-09-10 Thread Chuck Henson
did you check "update on each iteration" ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 3:43 PM To: [EMAIL PROTECTED] Subject: user parameters question I am having problems testing an online registration process with j

user parameters question

2004-09-10 Thread JEsterh
I am having problems testing an online registration process with jmeter. I set up User Parameters to read data in from a CSV file. It correctly reads the data from the file, and increments the row for each thread in a thread group. However, when the test loops, it always goes back to the

Re: User parameters

2004-05-14 Thread Sebastian Bazley
EMAIL PROTECTED]> Sent: Tuesday, May 11, 2004 12:27 PM Subject: User parameters > Hi all, > I m currently experiencing some problems with user parameters.. > I have defined my parameters in user.xml file.. > However after having done that, I realized that one parameter named >

User parameters

2004-05-11 Thread Marco Mistroni
Hi all, I m currently experiencing some problems with user parameters.. I have defined my parameters in user.xml file.. However after having done that, I realized that one parameter named 'buttonSelected' has to have a completely different value in some test cases... Since that

Re: Calculations with user parameters

2003-10-20 Thread Jordi Salvat i Alabart
..5 I can create x and y by defining user parameters x ${__Random(1,20,} y ${__Random(1,5,} but the multiplication seems a bit tricky (there is a intSum() -function which I could use of course). - To unsubscribe, e

Calculations with user parameters

2003-10-20 Thread Janne . Mattila
Hi, is it possible to modify userparameters by multiplying and adding? I need to have a user parameter which is (100 * x) + y where x = 120 and y = 1...5 I can create x and y by defining user parameters x ${__Random(1,20,} y ${__Random(1,5,} but the multiplication seems a bit

Re: Remote testing and user parameters

2003-08-26 Thread mstover1
pdate problems when they access the db. > > What I'd like to do is either back each machine off for a random period so > that the chances of this are reduced or ideally get each machine to start > at a random spot in the user parameters file so they each pick up a > different use

RE: Remote testing and user parameters

2003-08-26 Thread Sandeep Rao
e light on this? Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 5:00 AM To: [EMAIL PROTECTED] Subject: Remote testing and user parameters Hi, I'm using JMeter to load test a web app and need to simulate a number of

Remote testing and user parameters

2003-08-25 Thread andrew . r . bredhauer
each machine to start at a random spot in the user parameters file so they each pick up a different userid. Has onyone done something similar to this or have any ideas on how I could get this to work. I'm using the CSVREAD function to read the user parameters from the

RE: Trouble with User Parameters

2003-03-24 Thread Kenny Smith
Guys, I found that if I move the User Parameter Config Element before the requests that use the parameter in my test plan, then the variables did not work. Kenny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: Recording using User Parameters

2003-01-10 Thread Keld Helbig Hansen
IT WORKS! Thanx for your help. Saved my day :-) /Keld - Original Message - From: "Jordi Salvat i Alabart" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 6:15 PM Subject: Re: Recording using User Parameters

Re: Recording using User Parameters

2003-01-10 Thread Jordi Salvat i Alabart
No, no! Not User Parameters. Variables in the test plan: - Select the "Test Plan" in the tree. - Press the "Add" button which is about the center of the right-hand pannel. - Enter name: "host", value "www.your-domain.com" - ... you can probably guess the re

Re: Recording using User Parameters

2003-01-10 Thread Keld Helbig Hansen
ot; <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 5:34 PM Subject: Re: Recording using User Parameters > If you define a couple of variables in your Test Plan matching the > server name and port number, the HTTP Pro

Re: Recording using User Parameters

2003-01-10 Thread Jordi Salvat i Alabart
using the User Parameters, but I've not been able to make it work. Appreciate any help from you. /Keld -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]

Recording using User Parameters

2003-01-10 Thread Keld Helbig Hansen
using the User Parameters, but I've not been able to make it work. Appreciate any help from you. /Keld -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

JDBC testing with numeric user parameters

2002-12-03 Thread Dave Miller (LCL)
oblem with strings in the user parameters. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RES: Trouble with User Parameters

2002-10-22 Thread Flavio Arruda
st > Assunto: Re: Trouble with User Parameters > > > Yes, also see: > > http://jakarta.apache.org/jmeter/usermanual/component_referenc > e.html#User_Para > meters > > -Mike > > On 21 Oct 2002 at 23:48, Michal Kostrzewa wrote: > > > > I´m trying t

Re: Trouble with User Parameters

2002-10-21 Thread Mike Stover
Yes, also see: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Para meters -Mike On 21 Oct 2002 at 23:48, Michal Kostrzewa wrote: > > I´m trying to use JMeter1.8 to simulate multiple logins from diferent > > users. I´ve created an User Parameters co

Re: Trouble with User Parameters

2002-10-21 Thread Michal Kostrzewa
> I´m trying to use JMeter1.8 to simulate multiple logins from diferent > users. I´ve created an User Parameters containing the following: > > Variable User1 User2 > login one two > passwd one1 two2 well, it looks, like you didn'

Trouble with User Parameters

2002-10-21 Thread Flavio Arruda
Hello All! I´m trying to use JMeter1.8 to simulate multiple logins from diferent users. I´ve created an User Parameters containing the following: Variable User1 User2 login one two passwd one1 two2 The HTTP request POST is a php script that

  1   2   >