JMeter GUI - Set default settings for exporting results to CSV file
Asked Answered
L

1

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
Loathsome answered 26/9, 2017 at 9:5 Comment(0)
G
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

Gangland answered 26/9, 2017 at 9:8 Comment(2)
resultcollector.action_if_file_exists=APPEND just uncomment this line and replace ASK with APPEND for reuseBanns
I think it is important to point out that jmter.properties is a file located in the bin folder in the application directory.Imperception

© 2022 - 2024 — McMap. All rights reserved.