I ran performance test case in jmeter. Now I can see results in 'View Results in Table'. But I also want same results to be saved as html report.
By default jmeter save html report? or is there a way to generate html report?
Can anyone please help me on this.
JMeter provide dashboard report which is only available since JMeter 3.0.
The dashboard generator is a modular extension of JMeter. Its default behavior is to read and process samples from CSV files to generate HTML files containing graph views. It can generate the report at end of a load test or on demand.
To generate Dashboard report follow the instruction below:
Generating Report Dashboard.
Generation from an existing sample CSV log file:
jmeter -g <log file> -o <Path to output folder>
Generation after load test:
jmeter -n -t <test JMX file> -l <test log file> -e -o <Path to output folder>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With