On 17/08/2009, Andrey Simonov <[email protected]> wrote: > > That's not what I meant. I meant is there an assertion that can conveniently > parse SQL results? > > E.g. my results are: table headers and 4 values. How do I check that e.g. > "Average" is < 30?
JDBC can save results as variables. The Size Assertion is similar to what you want, unfortunately it only checks size... perhaps that should be extended to check a variable. Meanwhile, use a BSF or BSH Assertion to check the variable. > > sebb-2-2 wrote: > > > > On 17/08/2009, Andrey Simonov <[email protected]> wrote: > >> > >> Hi! > >> > >> Is there any sort of response assertion for JDBC requests? > > > > All the Assertions can be used with JDBC. > > > >> Or it's RegExp Extractor only? > >> > >> If there is a way (maybe via BSF request), please provide an example :) > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/JDBC-Response-Assertion-tp25002488p25002488.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] > > > > > > > > > -- > View this message in context: > http://www.nabble.com/JDBC-Response-Assertion-tp25002488p25005147.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]

