RE: extended ASCII character handling in JMeter/Java

2007-10-23 Thread Sonam Chauhan
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

Re: JMS Point to Point JNDI settings

2007-10-23 Thread Peter Lin
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

Re: Couldn't start jmeter.server on linux for distributed(remote) testing

2007-10-23 Thread sebb
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

Couldn't start jmeter.server on linux for distributed(remote) testing

2007-10-23 Thread r d
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

Re: JMS Point to Point JNDI settings

2007-10-23 Thread sebb
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

Re: Question about the SOAP Web Services Sampler

2007-10-23 Thread sebb
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 > > >

HTTp Proxy Server recording aplications with Ajax

2007-10-23 Thread Adrián Alberto Rojas González
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 -

RE: JMS Point to Point JNDI settings

2007-10-23 Thread Kumar, Vijay (Sapient)
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

Question about the SOAP Web Services Sampler

2007-10-23 Thread Michelle Grover
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]

Re: variable expansion in "csv data set" not working?

2007-10-23 Thread sebb
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

Re: variable expansion in "csv data set" not working?

2007-10-23 Thread chris
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

Re: How can I know if samplers failed in runtime

2007-10-23 Thread sebb
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

Re: JMS Point to Point JNDI settings

2007-10-23 Thread sebb
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.

RE: How can I know if samplers failed in runtime

2007-10-23 Thread Ori Marco
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

Re: How can I know if samplers failed in runtime

2007-10-23 Thread sebb
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

RE: How can I know if samplers failed in runtime

2007-10-23 Thread Ori Marco
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

Re: How can I know if samplers failed in runtime

2007-10-23 Thread sebb
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#

RE: How can I know if samplers failed in runtime

2007-10-23 Thread Ori Marco
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

JMS Point to Point JNDI settings

2007-10-23 Thread Kumar, Vijay (Sapient)
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

Re: How can I know if samplers failed in runtime

2007-10-23 Thread sebb
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

Re: variable expansion in "csv data set" not working?

2007-10-23 Thread sebb
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.

Re: extended ASCII character handling in JMeter/Java

2007-10-23 Thread sebb
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

variable expansion in "csv data set" not working?

2007-10-23 Thread chris
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

extended ASCII character handling in JMeter/Java

2007-10-23 Thread Sonam Chauhan
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