Hi, @Oliver: I used the DBC Request Sampler and fired a select query with a variable, can you suggest me if my JDBC Request Sampler got successfully executed how to extract and use the values in my test plan for further execution.
Shirish On Fri, Nov 18, 2011 at 5:26 PM, Oliver Lloyd <[email protected]>wrote: > Are you saying that you have a requirement to only use a csv file with > JMeter? That seem unlikely. > > If not, then why don't you want to use a database? Try using the JDBC > Request Sampler - it's really very simple. If you really, really only want > to use a comma delimited text file, then sure, you could use beanshell > processors to write some code that will read and write from such a file but > I suspect you'll find using a database a lot easier. > > Generally, if you have strange requirements that limit the possible > solutions to your problem then it is probably a good idea to list them - > makes sense, no? > > ----- > http://www.http503.com/ > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-query-the-database-and-save-the-results-to-a-csv-files-tp4997493p5004071.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] > >
