19

How to set default settings in JMeter for exporting result to csv file?

It keeps asking in pop up below

enter image description here

  • Since JMeter 3.3
Community
  • 1
  • 1
Muhammad Ali Khamis
  • 363
  • 1
  • 3
  • 11

1 Answers1

31

Update jmeter.properties in JMeter's bin folder: uncomment the property

#resultcollector.action_if_file_exists=ASK

and choose value between 2 options (instead of ASK):

# APPEND : Append results to existing file
# DELETE : Delete existing file and start a new file

save the fle, and restart JMeter

Ori Marko
  • 56,308
  • 23
  • 131
  • 233