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]

