The problem is that I need to get dynamically the user/pass If it's defined in Test Plan it's not dynamic It seems that what was defined in Test Plan can't be override after test has started (changing variable value in runtime doesn't change user/pass of JDBC connection)
Ori Marko Quality Assurance Engineer Praxell Inc. http://www.praxell.com -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 4:17 PM To: JMeter Users List Subject: Re: Dynamic JDBC configuration (user&pass) On 27/01/2008, Ori Marco <[EMAIL PROTECTED]> wrote: > Hi > > > > How can I use dynamic username and password in JDBC connection > configuration? As normal, just use the variable references. > If it's possible can database URL be dynamic? > Have you tried? Note that the JDBC config element is processed early on, so CSV Dataset variables cannot be used, see the note here: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV _Data_Set_Config I suggest you try replacing the fixed strings with variables defined on the Test Plan. You can then try other methods of defining the variables. > > Thanks > > > > Ori Marko > Quality Assurance Engineer > Praxell Inc. > http://www.praxell.com <http://www.praxell.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]

