webserivice协议脚本开发
webserivice协议脚本开发的两种方式:
-
- HTTP请求
- 通过soap模板
- SOAP/XML-RPC Request(jmeter3.2之后已经不支持)
SOAP/XML-RPC Request请求
步骤:
1、测试计划
2、添加线程组
3、添加取样器,SOAP/XML
-RPC Request请求
地址:http://www.webxml.
com.cn/WebServices/WeatherWebService.asmx?
op=getWeatherbyCityNam
URL:WeatherWebService Web 服务
soap/XML-RPC Data
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
soap12:Body
http://WebXml.com.cn/">
深圳
HTTP请求方式开发webservice接口
网址:
Host: www.webxml.com.cn
get请求:
URL:/WebServices/ChinaZipSearchWebService.asmx/getZipCodeByAddress?theProvinceName=广东&theCityName=深圳&theAddress=&userID=
post方式:
Host: www.webxml.com.cn
Content-Type: application/x-www-form-urlencoded
URL:/WebServices/ChinaZipSearchWebService.asmx/getZipCodeByAddress
data:
theProvinceName=广东&theCityName=深圳&theAddress=&userID=
soap模板开发webservice协议脚本
分别介绍
用户自定义变量(user defined variables)
HTTP请求默认值(HTTP Request Defaults)
HTTP消息头管理器(HTTP Header Manager)
HTTP请求
URL:/WebServices/ChinaZipSearchWebService.asmx
data:
<?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <getZipCodeByAddress xmlns="http://WebXml.com.cn/"> <theProvinceName>广东</theProvinceName> <theCityName>深圳</theCityName> <theAddress></theAddress> <userID></userID> </getZipCodeByAddress> </soap12:Body> </soap12:Envelope>
没有接口文档怎么获取报文信息
1、安装soapui工具,下载地址:SoapUI Latest Releases | SoapUI
2、新建soap 项目文章来源:https://www.toymoban.com/news/detail-831729.html
文章来源地址https://www.toymoban.com/news/detail-831729.html
到了这里,关于想提升测试效率?这个jmeter开发webserice协议的脚本必备!的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!