How to integrate soapUI with Jenkins?

后端 未结 5 1366
滥情空心
滥情空心 2020-12-22 18:25

Anyone know a good way to add soapUI tests to my CI builds ?

5条回答
  •  北荒
    北荒 (楼主)
    2020-12-22 18:40

    Why not use the JUnit integration? http://www.soapui.org/Test-Automation/integrating-with-junit.html

    Edit: we had some weird performance numbers using this method (seconds instead of msecs), turns out it was because of using the SoapUI Runner. Running the same load test in SoapUI gave a correct result. Maybe we didn't use the API correctly (although it seems straightforward). We switched to using ContiPerf2 and using the client code (which we have to generate anyway) to run the tests and get normal results now.

提交回复
热议问题