I have made these settings in my jmeter.properties file to save my response data when there is a failure
jmeter.save.saveservice.output_format=xml
#jmeter.save.saveservice.response_data=false
jmeter.save.saveservice.response_data.on_error=true
So with these settings i was able to save the responses and view them using jtl file after i run the script from non gui But the problem is with this setting jmeter.save.saveservice.output_format=xml i am unable to generate html report I wanted to generate html report with response body..can someone please help me out