51Testing软件测试论坛
标题:
SoapUI使用问题
[打印本页]
作者:
a123a123
时间:
2018-4-19 10:23
标题:
SoapUI使用问题
请问下大家,我用soapui做测试,添加断言判断:
def root = net.sf.json.JSONSerializer.toJSON(messageExchange.responseContent)
log.info root.get("id")
assert root.id.equals(context.expand('${Properties1#id}'))
log.info context.expand('${Properties1#id}')
运行报错:assert root.id.equals(context.expand('${Properties1#id}')) | | | | | | 53 false | 53 | [ThreadIndex:0, RunCount:0] net.sf.json.JSONObject@5d98453d (toString() threw groovy.lang.GroovyRuntimeException
但是单独运行:
def root = net.sf.json.JSONSerializer.toJSON(messageExchange.responseContent)
log.info root.get("id")
log.info context.expand('${Properties1#id}')
结果是pass的,出来的id是一样的。怎么就是加了assert那句话就不对了呢?是什么?有大神能帮忙解答下吗?谢谢
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2