- JMeter
- Java JDK
- Google Sheet
- Load Testing
- Stress Tesing
- Download the .jmx file
- Open CMD or your CLI mode Type the following commands:
jmeter -n -t [path of the dot jmx file] -l [path of thr reports.csv file] -e -o [blank folder html path to generate html report]
- here
-ninstruct jmeter run the test in non-GUI mode-tspecify the path of .jmx file.-linstruct to write into log file results-e -olocation of the output folder
Install JDK 8 or 11
- To check from cmd, hit:
java –version
- Google drive link https://cutt.ly/OBaZzrc

