I think you meant 'every listener', but that doesnt solve my problem. I want to log the sample results(the <sampleResult> elements in the xml log file) of all the tests and ONLY log the response data(the <binary> elements) if the assertion failed. Can this be done?
Thanks. Dave. -----Original Message----- From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: Friday, 16 April 2004 9:10 pm To: JMeter Users List Subject: Re: Saving Response Data Only If Assertion Fails Every sampler has a checkbox for you to indicate you only want errors to be recorded. -Mike On Fri, 2004-04-16 at 05:08, David Miller wrote: > Hello > > Is there a way to save the response data of a test only for those values > where the Assertion Tests failed? > > I know I can retrieve all the response data by setting : > jmeter.save.saveservice.response_data=true in the jmeter.properties file, > but saving all the response data for my tests would make my script dump a > massive file if run over a week or so. > > Has anyone got any ideas as to how i could implement this? > > Thanks. > Dave. -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- 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]

