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
> 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
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
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
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
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
-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
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
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',
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
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
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
> 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.
(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
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
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]
: 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
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
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}/$
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
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
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
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
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(
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.
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
ü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 &
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"
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
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
: 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
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
, 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
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
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
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
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 (
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
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
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
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
"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
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-
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(&
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
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
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
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
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
; 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
"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
;:
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
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
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
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 =
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
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
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
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
/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
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
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
> > 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
> 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
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
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
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
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
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
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
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
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
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
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
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,
> Did you remember to include a next() column?
This seems to work, but only if the number of threads == 1.
Jonathan
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
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
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
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
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
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
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
>
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
..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
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
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
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
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
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
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
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
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
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]
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]>
oblem with
strings in the user parameters.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
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
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
> 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'
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
100 matches
Mail list logo