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.
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:
2) CLI:
jmeter –n –t test.jmx -l test.csv
In test.csv
you'll get results in csv format.