Re: (new user)Issue with using result of Sql query as parameter to HTTP request

2006-03-10 Thread Wade Catron
I'm thinking you could use a regular expression extractor (post processor) on the first db request, which allows you to capture all or part of the response into a variable. Then use that variable in the next db request, and again use a regular expression extractor to grab the results you want, whi

RE: Need some help on Result Tree Response Data

2006-03-02 Thread Wade Catron
Ganti, Venkata" <[EMAIL PROTECTED]> said: > They are HTTP Samplers... The problem is there in both HTML and TEXT > views... > > > -Original Message- > From: Wade Catron [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 02, 2006 2:30 PM > To: JMeter Use

Re: Need some help on Result Tree Response Data

2006-03-02 Thread Wade Catron
I've observed this type of behavior when trying to view response data as HTML, if the code contains extensive styles and javascript, etc... I just assumed that the HTML parser within JMeter can only handle basic HTML elements, and pretty much chokes on certain things. Are you trying to view it as