'Unable to see Summary post the Jmeter Load test in Visual Studio Team Services

I have my JMeter .jmx file with all the requests for the Load test in Visual Studio Team Services. When the run is complete, I do not see a summary report or a graph generated for the run.

Screenshot of the Run

In the Diagnostics tab i see a warning message as

Jmeter.util.SSLManager:Keystore file not found;loading empty keystore

Could this warning be the issue, if so how do i get rid of this?

Warning Message



Solution 1:[1]

It is not supported to display the summary report or graph generated by listeners in VSTS Web Portal. If you want to see the information, click "Download Results" link and open the .csv file in it from Apache JMeter. Refer to Step 10 in this link for details: Run Apache JMeter load tests with Visual Studio Team Services.

  1. If you have a favorite listener that you use to analyze results in the JMeter IDE, download the test results in .CSV format and the logs as a zip file from the Download Results link.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Eddie Chen - MSFT