After messing with this some more I was able to toggle logging of the server response data by setting the "-Jjmeter.save.saveservice.response_data" switch to either true or false. My JMeter .jmx plan has functional mode turned off, but by setting this flag to true I am still able to record server response data. Thanks for the help and the quick reply though. I am new to this list but will continue to use it in the future.
-- Jeremy > -----Original Message----- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Friday, August 05, 2005 11:37 AM > To: JMeter Users List > Subject: Re: Setting Functional Test Mode as a property from > the command > line > > > There's no generic way to override properties. > And there's no property that can set functional mode (yet). > > However, one can set: > > jmeter.save.saveservice.response_data.on_error > > when true, responseData is saved for samples that are not successful. > > [check jmeter.properties to see if this is in your version] > > This is like functional mode, except that successful results > are not saved. > > If you want to override the mode setting, you'll need to edit > the file. > > Or raise a Bugzilla enhancement request and wait it to be > implemented ... > > S. > On 05/08/05, Jeremy Dahlgren <[EMAIL PROTECTED]> wrote: > > Is it possible to set the "Functional Test Mode" check box > as a property from the command line (-n non GUI mode)? I've > moved all of our variables into "-J" properties we change > from the command line and the functional test mode is the > only property we can't toggle from the command line. Is > there some trick to alter boolean properties like this? > > > > <property xml:space="preserve" > propType="org.apache.jmeter.testelement.property.BooleanProper > ty" name="TestPlan.functional_mode">true</property> > > > > > > Thanks, > > > > Jeremy > > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

