Thanks Sebb - we're still using JMeter 2.1.1 (our test harness is source
controlled as well). I'll push for an update to 2.3.
[ All the info below is from 2.1.1. ]
2.1.1 does not seem to have a file encoding property in saveservice.properties.
The post data is setup through parameters.
I do
try the docs here
http://jakarta.apache.org/jmeter/usermanual/build-jms-point-to-point-test-plan.html
On 10/23/07, Kumar, Vijay (Sapient) <[EMAIL PROTECTED]> wrote:
>
> I have set the JNDI properties and its working well. But required to set
> JMS as well. No idea what is the parameter name to s
On 23/10/2007, r d <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I've been struggling to get remote testing working. I'm referring following
> document to follow steps:
> http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf
>
> I have jmeter master(GUI) server setup o
Hi All,
I've been struggling to get remote testing working. I'm referring following
document to follow steps:
http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf
I have jmeter master(GUI) server setup on linux64 bit machine. I was able to
add windows as one o
This should presumably be in the JMS documentation.
You could try jms.userName, but if that does not work, please contact
the JMS supplier.
On 23/10/2007, Kumar, Vijay (Sapient) <[EMAIL PROTECTED]> wrote:
> I have set the JNDI properties and its working well. But required to set
> JMS as well. No
What do you mean - "assign multiple threadgroups" ?
Why do you want to use multiple thread groups?
On 23/10/2007, Michelle Grover <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I wondered if there's a way to use the same URL but assign multiple
> threadgroups all in one test plan?
>
> Thanks
>
>
>
Hi, all
I have a question, Jmeter can recording aplications that it development with
Ajax (this aplication use the Google Web Tool Kit)? Because I used the "HTTp
Proxy Server" to recorder the test in the aplication and the request not
recording, please help me
Thanks
Adrian
-
I have set the JNDI properties and its working well. But required to set
JMS as well. No idea what is the parameter name to set.
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 9:05 AM
To: JMeter Users List
Subject: Re: JMS Point to Point JNDI sett
Hi,
I wondered if there's a way to use the same URL but assign multiple
threadgroups all in one test plan?
Thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
User Parameters is a Pre-Processor; these are processed after
Configuration items.
By the way, you can also use the shorthand "${__P(USER)}"
Or you could have defined USER at TestPlan level.
S
On 23/10/2007, chris <[EMAIL PROTECTED]> wrote:
> hi, i just fixed the problem in my testplan.
>
> the
hi, i just fixed the problem in my testplan.
the variable "USER" is set in a property file.
in my csv dataset, i use filename "${__property(USER)}", which works now.
before, i used "user parameters" and defined a new variable "USER" with
value "${__property(USER)}".
using "${USER}" as filename i
On 23/10/2007, Ori Marco <[EMAIL PROTECTED]> wrote:
> Hi
>
> Sorry for this ping pong , but I meant checking it after the sampler
> (after few samplers)
>
> Example:
> Thread
> -Sampler1
> -Sampler2
> ...
> -Sampler5
> ...
> -Sampler10
> -If Sampler5 failed-> Stop
> -Sampler11
> ...
I see - I did
I've no idea how to do this, but guessing from the GUI:
Have you tried setting the username in the JMS or JNDI properties fields?
On 23/10/2007, Kumar, Vijay (Sapient) <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am trying to use the JMS Point to Point test plan to publish message
> to TIBCO EMS.
Hi
Sorry for this ping pong , but I meant checking it after the sampler
(after few samplers)
Example:
Thread
-Sampler1
-Sampler2
...
-Sampler5
...
-Sampler10
-If Sampler5 failed-> Stop
-Sampler11
...
Ori Marko
Quality Assurance Engineer
Praxell Inc.
http://www.praxell.com
-Original Messag
On 23/10/2007, Ori Marco <[EMAIL PROTECTED]> wrote:
> Hi
>
> For the first case, I didn't find in JMeterThread class option to know
> which
> Sample failed or not.
What has the JMeterThread class got to do with this?
> Can you give example to check (in beanshell script) if sampler no. 5 or
> samp
Hi
For the first case, I didn't find in JMeterThread class option to know
which
Sample failed or not.
Can you give example to check (in beanshell script) if sampler no. 5 or
sampler named sampler5
Succeeded or failed?
Thanks
Ori Marko
Quality Assurance Engineer
Praxell Inc.
http://www.praxell
Do you mean you want to stop the test:
* if 5 or 6 samples out of 10 failed in a single thread
* if 5 or 6 samples out of 10 failed in any thread
* if sampler 5 or sampler 6 failed in any thread
The last case is easy, just add a
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#
I need to run several samplers, assuming 10 and then if samplers for
example 5 or 6 failed
To stop test/thread.
Ori Marko
Quality Assurance Engineer
Praxell Inc.
http://www.praxell.com
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 2:05 PM
To: J
Hi All,
I am trying to use the JMS Point to Point test plan to publish message
to TIBCO EMS. Right now configured all the settings
Initial Context Factory, QueueConnectionFactory, ProviderURL, JNDI name
request queue. When I start the test plan the server says invalid
username. We have the authe
The success/failure of a sample can clearly be seen in most of the Listeners.
And by default the status is saved to JTL files. (e.g. s="true" in XML output)
What are you trying to do with the status?
On 23/10/2007, Ori Marco <[EMAIL PROTECTED]> wrote:
> Hi
>
>
>
> I want to check if and which pr
Where is the USER variable set?
The CSV dataset file is opened quite early in test startup.
On 23/10/2007, chris <[EMAIL PROTECTED]> wrote:
> hi,
>
> i use "csv data set config" and want to use a variable in "filename".
> in my logfile i get following error:
> 2007/10/23 10:16:29 ERROR - jmeter.
Which version of JMeter?
There have been quite a lot of recent changes in the handling of JMX files.
They now use UTF-8 by default - _file_encoding property in
saveservice.properties.
Originally JMeter used the platform default encoding, which would tend
to cause problems when the JMX file are u
hi,
i use "csv data set config" and want to use a variable in "filename".
in my logfile i get following error:
2007/10/23 10:16:29 ERROR - jmeter.config.CSVDataSet:
java.io.FileNotFoundException: c:\testing\csv\${USER}
the variable ${USER}is set... so does variable expansion not work for csv
Hello - I got hit by an old issue again this year, so wanted to ask about
JMeter/Java handling of extended ASCII characters.
I have some testcase that use extended ASCII characters 252 and 255 ('ý' and
'ü') as record separators in text data posted by the JMeter HTTP sampler. The
testcases were
24 matches
Mail list logo