0

I have done the following changes in the jmeter.properties file :

jmeter.save.saveservice.output_format=csv
jmeter.save.saveservice.assertion_results_failure_message=true
jmeter.save.saveservice.default_delimiter=|

But still I could not find where my .csv file.
Can anyone please help me.

Aliaksandr Belik
  • 12,725
  • 6
  • 64
  • 90
chinmay brahma
  • 97
  • 4
  • 17

1 Answers1

3

Please see first answers to these posts:
How to save JMeter Aggregate Report results to a CSV file using command prompt?
How do I save my Apache jMeter results to a CSV file?.

In addition to your configuration done in jmeter.properties:

1) GUI:

Aggregate Report results configuration

2) CLI:

jmeter –n –t test.jmx -l test.csv

In test.csv you'll get results in csv format.

Community
  • 1
  • 1
Aliaksandr Belik
  • 12,725
  • 6
  • 64
  • 90