JavaSampler, complex response processing

2004-05-25 Thread Axel Faltin
Hi all, I have some difficulties putting together a testplan for a EJB Interface Test. My Setup: --- J2EE Container with a couple of Stateless Session Bean. I would like to call the first (login) which comes back with the sessionid and do a second, third, etc call using that sessionid. --- I

RE: Testing through Browsers

2004-05-25 Thread Sonam Chauhan
As I gone through the document of jmeter I would not found any where to use the browser test, But I ve seen the info to test directly sending request to HTTP not via through the browser. JMeter does not instantiate and control a web-browser. JMeter is a great tool for *simulating* the

RE: JMeter ThreadGroup properties

2004-05-25 Thread BAZLEY, Sebastian
[redirecting to the JMeter user list] I don't think that there is any way to access the thread count directly. But you can define the thread-count in terms of a property, e.g. jmeter -Jthreads=123 Then set (and read) the thread count using ${__P(threads)} S. -Original Message- From:

RE: Multiple parameters for Test

2004-05-25 Thread BAZLEY, Sebastian
[Please ask usage questions on the JMeter user list] There are details of how to parameterise tests in the JMeter FAQ. Also look at the functions: __CSVRead() _StringFromFile() S. -Original Message- From: Akbar, Gul [mailto:[EMAIL PROTECTED] Sent: 25 May 2004 11:17 To: '[EMAIL

Multiple parameter values for Test

2004-05-25 Thread Akbar, Gul
Hi I have been trying to use different values for a parameter using the users.xml file and HTTP User Parameter Modifier under the pre-processors. I would like to test about a hundred values under one user (thread) for that parameter. For example: the tests are to be HTTP requests in the form:

Deprecation of setTime()

2004-05-25 Thread Finch, Sam
Hi What's the logic behind deprecating this method in JMeter 2.0.0? void org.apache.jmeter.samplers.SampleResult.setTime(long elapsed) I use it in circumstances where the elapsed time is returned by an object several calls deeper in the stack. Using sampleStart() / sampleEnd() would cause a

Binding server to IP address/port

2004-05-25 Thread Casadonte, Joe
Is it possible to bind a JMeter server/engine to a particular IP address or port? If I have a beefy box and I want to run 2 engines on it, off of separate NICs, could I do it? Thanks! -- Regards, joe Joe Casadonte [EMAIL PROTECTED] 1016 West Ninth Avenue King of Prussia, PA 19406

RE: Testing through Browsers

2004-05-25 Thread Lee Peterson
Hi. Here's a useful tutorial that helps to understand what JMeter is capable of : http://javaboutique.internet.com/tutorials/JMeter/ Lee Peterson SAS Institute Inc. SAS ... The Power to Know -Original Message- From: Sonam Chauhan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May

how to run a logout transaction once

2004-05-25 Thread Remedy QA
I would like to have users run these in this order in a scheduled simulation duration: 1. a first set of transactions once, 2. then run a second set randomly and repeatedly, 3. then finally when simulation time is near the end, run a thrid set of transactions once. For the first 2 sets, I