1
votes

I have a question about jmeter reports. I run my test plan in non ui mode and get csv, and html dashboard in Jmeter. The problem is in html dashboard that is not informative enough, when I finished the Jmeter run, I enter the csv, and I can see all the steps and all the thread groups and for each step to see if is pass or No, and the error message. The html dashboard reports not informative, I can see the top 5 errors, but not in which thread group they happened, moreover I want to see all the error and to see exactly where it is failed. Is their a way to display the whole csv as html? since all the reports are for performance and not give data about functional. after the run still need to enter csv and filter success row to failure, and check for error and assertions. Is their any solution to see in reports the full picture of errors? ** my purpose is that when entering the html report the manual QA can see exactly the errors and in which step and in which thread group, exactly like in the csv. and all of them, without grouping, just the full row data

Provided pic of csv and html dashboard [enter image description here][CSV each step get a line with results]

[enter image description here][dashboard not understand which error occurred in which test and not get full error results]

1

1 Answers

0
votes

This "Top 5 errors" is hard-coded so it isn't something you can easily configure. There is report-template folder under "bin" folder of your JMeter installation where default report template lives, you can amend FreeMarker configuration starting from here

An easier solution would be switching to JMeter Ant Task which contains very simplified test report in HTML format with verbose error information on each and every failure, it should be a good substitution for you as manual QAs normally don't need performance-related metrics and charts. See Five Ways To Launch a JMeter Test without Using the JMeter GUI article for more detailed explanation and example configuration.