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 String as the value, and vars.get() will only return a String.
-- View this message in context: http://www.nabble.com/How-to-convert-JMeter-User-Defined-Variable-from-String-to-Object--tf1990956.html#a5463746 Sent from the JMeter - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

