How to generate HTML report

How to generate report(HTML format)

GUI mode:
once test got completed the results will be stored in a .jtl extension file.
Step 1: Navigate to tools and choose generate HTML report (see the following screenshot)
step 2: browse the result file (jtl file)
step 3:browse the user.properties file
step 4: give the path where to generate the html formated file.
Step 5: hit on generate report
step 6: Navigate to given output directory for HTML format report file.


Non-GUI mode
Once the test was executed in non-gui mode the jtl file will be saved in the given directory. After the execution follow the below steps to generate HTML report in non-gui mode.

Step 1: open the terminal/ command propt
Step 2: Enter command
for example :
I written the following command to generate the report in non-gui mode.
/home/madhureddy/Desktop/apache-jmeter-5.1.1/bin/jmeter -J jmeter.save.saveservice.timestamp_format="yyyy/MM/dd HH:mm:ss" -g/home/madhureddy/Desktop/Chatak_AFCS_23_MAY_Duration_15min_100TC_60R_1.jtl -o /home/madhureddy/Desktop/Chatak_AFCS_23_MAY_Duration_15min_100TC_30R_1

Explanation for the above example how i written the command:




No comments:

Post a Comment