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

后端 未结 2 1913
一个人的身影
一个人的身影 2021-01-24 17:34

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 grap

相关标签:
2条回答
  • 2021-01-24 17:43

    The reason of this issue is that your test is running for a very short duration. So, to deal with this issue, you can change Loop Count to Forever in Apach JMeter and specify Load Duration in JMeter load test in VSTS.

    0 讨论(0)
  • 2021-01-24 17:50

    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.
    0 讨论(0)
提交回复
热议问题