这是一个对你来说很有趣的。
所以我有一个这样的表来检查 JSON 响应中的内容。
!define innerTable (
|name|whatever|
|email|whatever2|
|hpeon|whatever3|
)
|Check if correct values are returned|
|property name|value is?|
|catalogId|1002|
|productName|Name of the product|
|productStatus|ACTIVE|
|productType|Whatever|
|contactInformation|${prizeTiers}|
那么我到底如何从contactInformation中获取信息呢?:)
由于值正在发生变化......并且contactInformation是JSON中的一个值,而不是某个方法名称......有什么想法吗?
非常感谢!!