Depends. If you only need to fetch small amounts of data, then it can be done as part of the test.
For large amounts of data, I would recommend using a separate step to create a file for use by CSV Dataset. On 22/07/2009, phanikishan <[email protected]> wrote: > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

