Open JMeter and Add the Thread Group
Add HTTP Request
Add some HTTP Request in JMeter
viewing the result Add some listener
Open cmd and navigate to bin folder
For Windows, run the command jmeter -n -t path/test_name -l path/file_name.jtl -e -o path/file_name
For Linux, run the command ./jmeter.sh -n -t path/test_name -l path/file_name.jtl -e -o path/file_name
Now open the folder which we created and we got out HTML report, so simply open the HTML report
Great!!!