On 05/03/2008, Peter Tran <[EMAIL PROTECTED]> wrote: > > Is there another post process that I can embed that will allow me to hit the > database and extract information to pass to subsequent steps?
Is this a separate question from before? I understood there to be a web-page that returned the list of ids; if so, all you need to do is grab that page and extract the data as previously described. Or is this additional information, not available via HTTP? > > I found this link to some examples. > > http://awebstorm.com/files/Using-JMeter-to-Performance-Test-Web-Services.pdf > > It sounds like I want to use a Java Request Config Element. Would this > allow me to embed it as a child step between my recorded tasks similar to > Regular Expression Post-Process? I've no idea what a "Java Request Config Element" is. You could use the JDBC Sampler to access the database, and then extract the info from its response, the same as for the HTTP response. > Regards, > -Peter > > > > -- > View this message in context: > http://www.nabble.com/Generating-dynamic-request-from-database-tp15844288p15854916.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]

