Hello Hari, > I am a new user of Jmeter. I was testing the JDBC hits > using Jmeter using SQL's like > > select * from table_name > > Can I make it configurable.. something like > > select * from table_name where value = ? > > and the values should come from a text file. Is it > possible with Jmeter ?
Sure thing. You can use jmeter functions in your SQL statement. I recommend you function _StringFromFile (http://jakarta.apache.org/jmeter/usermanual/component_reference.html#_StringFromFile) To use functions you can click Options->Function Helper Dialog. best regards, Michal Kostrzewa --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]