SoapUI:Functional Testing for SOAP and REST APIs
--使用它我们可以模拟SOAP和RESTAPI的服务端
--可以给我们做测试工具
--界面如下图
与之对应的另一个工具curl:
-- http://curl.haxx.se/ 用来模拟客户端的测试
--一个命令行工具,可以访问我们模拟的服务端
--如图:
使用中踩的坑##
1.我首先模拟的是rest的服务端做get请求,没有什么问题,然后再模拟post请求时,出现错误:** [dispatch error; missing response]**失去响应
Paste_Image.png这是我的项目图:
Paste_Image.png然后点击bulbs对比:发现post的Resource Path 为:http://127.0.0.1:8089/bulbs
与get的/bulbs不同,修改之后可以有响应了。 Paste_Image.png
2.寒假回来重启soapUI模拟端时, 出现如图错误:
soapui missing property exception
error.png
网友评论