How to Load Testing with JMeter and generate report in html ?
First, you need to install JMeter then create your .jmx file using JMeter GUI application. After you created the .jmx file you can run this command in /bin directorey of installed JMeter example In this example I save my .jmx file in “~/Documents/load\ testing/plan1.jmx” then save the csv result file in “../../load_testing/plan1_result.csv” and don’t forget … Read more