Hey, I have a web application which mainly involves filling up forms. I want to test this application. However one of the parameters in the form has to be filled up by after making a database (sql)query based on which I get the info. What is the best way to go about this? Can I use the JDBC SQL request feature in the JMeter API or is it better to write the data to a file and then use CSV data config to read the info from the file?
Phani Kishan PS: I was also wondering if directly using sql query to get the info will affect the performance. -- View this message in context: http://www.nabble.com/JDBC-query-to-fill-in-a-form-tp24603575p24603575.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

