收藏 分享(赏)

用SoapUI进行Webservice的性能压力测试.doc

上传人:精品资料 文档编号:7975147 上传时间:2019-06-01 格式:DOC 页数:3 大小:78.13KB
下载 相关 举报
用SoapUI进行Webservice的性能压力测试.doc_第1页
第1页 / 共3页
用SoapUI进行Webservice的性能压力测试.doc_第2页
第2页 / 共3页
用SoapUI进行Webservice的性能压力测试.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、用 SoapUI 进行 Webservice 的性能压力测试1. 新建测试工程 选择在一个测试用例中测试多个方法,并为测试生成压力测试: 2. 为测试 Step 添加变量: 右键选中 Test Step ,添加一个 Grooy Script Step ;添加一个变量 count 并设置初始值为 0 3. 添加一个随机变量: 右键选中 Test Step ,添加一个 Grooy Script Step ;名称为 rand ,用下面的代码产生一个随机值 view plaincopy to clipboardprint?01.Random rand = new Random() 02.result

2、= “test_“ + rand.nextInt(100) Random rand = new Random()result = “test_“ + rand.nextInt(100) 4. 使用动态参数: 打开 init 操作的 SOAP 请求,将输入参数用上面步骤产生的随机替换 view plaincopy to clipboardprint?01. 02. 03. 04. 05. $rand#result 06. 07. 08. $rand#result5. 按条件选择执行操作: 同样的再添加一个 Grooy Script Step ;名称叫 ExecHandler ,用来条件控制用例的

3、执行 view plaincopy to clipboardprint?01.def countProps = testRunner.testCase.getTestStepByName(“count“) 02.def index = countProps.getPropertyValue(“count“) 03.if (index = “0“) 04. testRunner.runTestStepByName(“init“) 05. else 06. testRunner.runTestStepByName(“run“) 07. 08.countProps.setPropertyValue(

4、“count“, “1“) def countProps = testRunner.testCase.getTestStepByName(“count“)def index = countProps.getPropertyValue(“count“)if (index = “0“) testRunner.runTestStepByName(“init“) else testRunner.runTestStepByName(“run“)countProps.setPropertyValue(“count“, “1“) 6. 执行测试: 打开 LoadTest , disable 掉 init 和 run(ExecHandler 控制 init 和 run 的执行 ) ,设置好参数, OK 可以开始跑了。正如你所预期的 init 方法只执行一次,而 run 将会按照你所设置的方式来执行。

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报