Recording SOAP requests

2004-12-13 Thread Balaji Sundaresan
Hello All, I have a application based on the client-server architecture. The server runs on a Webserver and my client talks to the server using XML over HTTP. 1) I want to record my application test cases in Jmeter. So, I ran the Jmeter's HTTP Proxy Server and made sure my app requests pass t

Re: Db2 jdbc jmeter newbie question

2004-12-13 Thread Tong P.
Turn on the debug mode (jmeter.properties, log_level.jmeter.protocol.jdbc=DEBUG ) and see the jmeter.log --- Jim Cimino <[EMAIL PROTECTED]> wrote: > > Hello all, > I'm trying to use jmeter to load test several db2 > sql queries via jdbc. The driver class is: > COM.ibm.db2.jdbc.app.DB2Driver

RE: Db2 jdbc jmeter newbie question

2004-12-13 Thread Jim Cimino
Tong, Thank you very much. With the debug messages on, the solution was trivial; typo in the password. Anyway, Thanks again! Jim -Original Message- From: Tong P. [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 9:13 PM To: JMeter Users List Subject: Re: Db2 jdbc jmeter newb

Re: Threadgroup repetition without reseting CSV pointers ?

2004-12-13 Thread sebb
On Tue, 14 Dec 2004 10:50:05 +0100 (MET), Christian Schwanke <[EMAIL PROTECTED]> wrote: > Hi, > > we want to run a test for several hours with a threadgroup of 10 threads on > a web application. We use the __CSVRead function to fill the different > HTTPSampler with values. The threadgroup is repea

Recording SOAP requests

2004-12-13 Thread Balaji Sundaresan
Hello All, I have a application based on the client-server architecture. The server runs on a Webserver and my client talks to the server using XML over HTTP. 1) I want to record my application test cases in Jmeter. So, I ran the Jmeter's HTTP Proxy Server and made sure my app requests pass t

Re: about beanshell sampler

2004-12-13 Thread sebb
What are you trying to do? ResponseMessage is the text that corresponds with the ResponseCode - is that what you intended? e.g. for an HTTP response of 200, it might be "OK". The BeanShell sample result is taken from the return value of the script - see: http://jakarta.apache.org/jmeter/usermanua

Db2 jdbc jmeter newbie question

2004-12-13 Thread Jim Cimino
Hello all, I'm trying to use jmeter to load test several db2 sql queries via jdbc. The driver class is: COM.ibm.db2.jdbc.app.DB2Driver and the url is jdbc:db2:toolsdb. The end result of any attempted run is this exception: 'org.apache.jmeter.protocol.jdbc.util.NoConnectionsAvailableExce

about beanshell sampler

2004-12-13 Thread memeMa
Hi, In my beanshell Sampler, I have: -- Name:findVar Parameters: ${login_counter} <<<

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 parameters'.But here it

Re: StringFromFile and Split

2004-12-13 Thread sebb
The function is __split(), not __Split() - see the Function Helper and Help itself. Unrecognised functions are not replaced, which is why the original text is still in the output. S. On Sun, 12 Dec 2004 20:07:37 -0800 (PST), Tong P. <[EMAIL PROTECTED]> wrote: > I am new for Jmeter. I have assign

Re: aggregate report's filename won't use variable (Jmeter 2.0.1)

2004-12-13 Thread sebb
This is a known bug; no solution implemented as yet, sorry. On Mon, 13 Dec 2004 12:29:15 -, Ashley Hayes <[EMAIL PROTECTED]> wrote: > Hi all, > I'm trying to include a variable in the filename of an aggregate > report ( the date & time I start the test). > However I can't even get the

aggregate report's filename won't use variable (Jmeter 2.0.1)

2004-12-13 Thread Ashley Hayes
Hi all, I'm trying to include a variable in the filename of an aggregate report ( the date & time I start the test). However I can't even get the value of a simple variable to be included in the reports filename. The variable is not substituted and it's name becomes part of the filename ge