码迷,mamicode.com
首页 > Web开发 > 详细

使用soapui验证JSON

时间:2017-05-26 23:25:29      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:struct   匹配   path   apu   ica   http   pen   期望   ready   

JsonPath Assertions

TestSteps收到的JSON消息可以通过JSON结构直接断言。你可以做匹配(Match,RegEx Match)和JsonPath验证(Count,Existence)。

JsonPath Count

JsonPath Count使用JsonPath表达式计算元素的出现次数。适用于包含JSON的任何属性。

Configuration

技术分享

JsonPath Existence Match

使用JsonPath表达式通过目标属性选择匹配的内容,并将结果与??期望值进行比较。适用于包含JSON的任何属性。

Configuration

技术分享

JsonPath Match

JsonPath Match使用JsonPath表达式从target属性中选择内容并将结果与??期望值进行比较。如果值与断言通过匹配,否则失败。适用于包含JSON的任何属性。

Configuration

技术分享

JsonPath RegEx Match

JsonPath RegEx Match使用JsonPath表达式从target属性中选择内容,并将结果与??指定的Regular Expression进行比较。适用于包含JSON的任何属性。

Configuration

技术分享

使用soapui验证JSON

标签:struct   匹配   path   apu   ica   http   pen   期望   ready   

原文地址:http://www.cnblogs.com/zerotest/p/6910509.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!