JMeter HTML Dashboard Report Generation
JMeter HTML Dashboard Report Generation
Steps to Generate Proper JMeter HTML Dashboard Report:- While creating a Test Script for a Test Scenario in JMeter, the best practice is to put each group of Samplers for a particular Transaction (or a User Action) inside a respective Transaction Controller (also, by default when we go for recording in JMeter, it gives us this option to put each group of Samplers in a Transaction Controller), and performing “Apply Naming Policy” action for all the Samplers inside each Transaction Controllers. But doing this in our Test Script, we face challenges in proper JMeter HTML Dashboard Report generation, and many people does not have a clear idea how to generate a proper HTML Report which shows only Transaction Controllers and also all Graphs are displayed properly. In this article, we will address this challenge. N.B.:-- It is mandatory (as well as recommended) that the two Checkboxes in all the Transaction Controllers used in Test Script must NOT be checked (also, by default they are not checked as well).
- Its mandatory (as well as recommended) to perform “Apply Naming Policy” action for each group of Samplers inside each respective Transaction Controllers by “right clicking” on each Transaction Controllers.
- Always, remember to Restart the JMeter whenever we do any changes in any of the six“properties” file or any “bat” file in the “bin” folder so that changes can take place in JMeter GUI. Also, remember to Restart JMeter if we do any changes in “lib” folder or “lib -> ext” folder in JMeter directory for the changes to take place.
- Also remember, while running a Test in JMeter, either in Non-GUI mode or GUI mode, it’s always recommended to disable the unnecessary Elements of that Test Plan/Script.
- Always remember to use “Backslash” (i.e. “/ ”) while giving File path or Directory path everytimein JMeter wherever required, because JMeter generally recognise the “Forward slash” (i.e. “ \ ”) as Escape Character.