1. 程式人生 > >學習總結——JMeter做WebService接口功能測試

學習總結——JMeter做WebService接口功能測試

ice width wsdl image rpc 獲取 請求 url 學習總結

用JMeter作WebService接口功能測試(可以借助SoapUI來完成)

SoapUI裏面的操作:

Wsdl文件或鏈接導入或添加到SoapUI打開待測請求;運行請求;取URL SOAPAction 、報文。

技術分享

技術分享

JMeter裏面的操作:

為線程組添加SOAP/XML-RPC Rquest ,右擊線程組添加->Sampler->SOAP/XML-RPC Rquest;

技術分享

把從SoapUI獲取的信息粘貼到相應位置;

技術分享

發送請求並查看結果。

技術分享

學習總結——JMeter做WebService接口功能測試