TeamCity results don't match JMeter's

前端 未结 3 1345

I\'m currently using JMeter to load test some application, I used the duration assertion and I set it to, let\'s say 200, when the load time exceeds 200, the Request in the Resu

3条回答
  •  青春惊慌失措
    2021-01-22 11:00

    What you are looking at is the summary. You need to add a listener to your project, that saves results to a file. Then you need to have Teamcity read that file and assert the result.

    Teamcity is just telling you "Ehhhhh the script you wanted me to run worked".

    Here's a small guide of how: https://devblog.xero.com/run-jmeter-performance-tests-on-teamcity-8315f7ccffc1#.8ga4jso7k

提交回复
热议问题