When we run our JMeter test via the command line, we may miss out the graphical reports provided by GUI. But that's not true, we can generate beautiful HTML reports while running from the command line as well. In this video, we are going to learn, how to generate HTML reports from the existing CSV file and also from running the test.
To create report from existing CSV report: jmeter -g “location of csv file” -o “location of output folder”
To create the report while testing: jmeter -n -t Test.jmx -l results1.csv -e -o “location of output folder”
Learn My other courses:
1)Selenium basics: http://bit.ly/2XtOt1F
2)Selenium Advanced: http://bit.ly/2WYieZe
3)TestNG Absolute Beginner Guide: http://bit.ly/2N6xgaM
4)Data-driven framework: http://bit.ly/2WVjSFT
5)Page Object Model: http://bit.ly/2IAXJZR
6)How to write XPath on our own: http://bit.ly/2KwMLql
7)Must know Java concepts for Selenium: http://bit.ly/31Ro7G8
8)Selenium Interview Questions: http://bit.ly/2N6xu1F
9)Java for Selenium Automation: http://bit.ly/2IylOAh
10)Maven beginner guide: http://bit.ly/2Rsigm0
11)Github Absolute beginner Guide: http://bit.ly/2Kxdzqj
12)REST Web services beginner guide: http://bit.ly/2N69rQq
13)Cucumber absolute beginner guide: http://bit.ly/2X0lSBB
14)Acceptance Testing (Fitnesse) beginner guide: http://bit.ly/2Y6oE55
15)Jenkins beginner guide: http://bit.ly/2X39fGb
Follow me on Instagram: https://bit.ly/2Ez36rH
Facebook: https://bit.ly/2TqPlis
#PerformanceTesting #JMeter #LAO #Tamil