How to convert JMeter User Defined Variable from String to Object?

2006-07-24 Thread vetalok
My test plan works only if I declare User defined variables or User parameters(vars.putObject() does not work). Here I can declare only String value, I need Object value. Is there some other way except vars.putObject()? -- View this message in context:

Re: How to convert JMeter User Defined Variable from String to Object?

2006-07-24 Thread sebb
On 24/07/06, vetalok [EMAIL PROTECTED] wrote: My test plan works only if I declare User defined variables or User parameters(vars.putObject() does not work). Here I can declare only String value, I need Object value. Is there some other way except vars.putObject()? No; vars.put() requires a

Re: How to convert JMeter User Defined Variable from String to Object?

2006-07-24 Thread vetalok
I resolved my problem!!! Thanks all for replies :) -- View this message in context: http://www.nabble.com/How-to-convert-JMeter-User-Defined-Variable-from-String-to-Object--tf1990956.html#a5465890 Sent from the JMeter - User forum at Nabble.com.

Relative save paths

2006-07-24 Thread Andy Dawson
Hi All, I have a number of test plans, which are organized in folders, each plan includes a simple data writer. I would like to ensure that the results of each test plan, are stored in a subfolder relative to the location of the current test plan - how can I do this? To elaborate a little,

Re: Relative save paths

2006-07-24 Thread sebb
If you use non-GUI mode, you can use the -l flag to create a listener and name the JTL file. No need for a separate Simple Data writer as well. The listener can be configured using jmeter.properties. S. On 24/07/06, Andy Dawson [EMAIL PROTECTED] wrote: Hi All, I have a number of test plans,

Re: Are there JMeter plugins for ... ?

2006-07-24 Thread Jaw Dat
Sebb, thank you for the helpful pointers. I'll browse the FAQ and manual more closely - especially relating the CSV Data Set Config. Ideally, I'd like to automate : - the collection of form input elements from HTTP response data (html source.) - The generation of junk values for those data. - The

jmeter with jwebunit?

2006-07-24 Thread kokame
Hello, Is possible to do a web load test with jmeter and jwebunit class? I read that there is a possibility to do a test with junit class, is possible to do the same with jwebunit? how? must I import the libraries in lib/ext? thanks -- View this message in context:

JMeter 2.2 and SSL dumps

2006-07-24 Thread Oliver Erlewein \(DSLWN\)
Hi all, I'm running an SSL script on JMeter and after upgrading from 2.1.1 to 2.2 I get these outputs to the console (running jmeter on Linux in batch mode): %% Client cached [Session-1, SSL_RSA_WITH_RC4_128_MD5] %% Try resuming [Session-1, SSL_RSA_WITH_RC4_128_MD5] from port 57936 ***

Re: JMeter 2.2 and SSL dumps

2006-07-24 Thread sebb
On 24/07/06, Oliver Erlewein (DSLWN) [EMAIL PROTECTED] wrote: Hi all, I'm running an SSL script on JMeter and after upgrading from 2.1.1 to 2.2 I get these outputs to the console (running jmeter on Linux in batch mode): %% Client cached [Session-1, SSL_RSA_WITH_RC4_128_MD5] %% Try resuming