首页 > 其他 > 详细

SoapUI并发模式

时间:2019-03-12 17:03:58      阅读:229      评论:0      收藏:0      [点我收藏+]

soapUI支持test suite, test case级别的并发,合理使用这个功能,可以让自动化脚本短时间内跑完,为release省下时间。

1. 如何开启并发模式
图示,click project name, you will see the parallet icon on right, click it, all test suites will run in concurrence. Click test suite name to select parallet, it means all test cases in the test suite will run in concurrence.
2. 并发的前提条件: 需要并发的test suites or test cases彼此之间不能有相互依赖。如果一个套件执行前需要先执行另一个套件,则需要在这个套件的Setup Script里面加一段脚本如图所示。
3. 这种并发模式,虽然让自动化run的时间大大减少,但却会对产品服务器造成一定的压力。衡量自动化的量及产品服务器的数量,合理选择。

技术分享图片

技术分享图片

SoapUI并发模式

原文:https://www.cnblogs.com/testing-life/p/10517877.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!