これがあなたにとって興味深いものです。
したがって、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の値であり、メソッド名ではありません...何かアイデアはありますか?
どうもありがとう!!