1
たとえば、paths.jsonを保存して次の行を追加します。 「PJSONファイルに必要なすべてのJSONパスを含めることができますか?
さて、個人的に私はドン:私はあなたがこんなに早く空手のパワーユーザーであることを取得している私がしよう方法に誤りがあると知っているが、それを
{
"name": "JSON Path's",
"description": "This mainly store the paths of the JSON elements which are validated in each scenario",
"SC_4": {
"appHeader": "$.testResponse.applicationHeader",
"ProductsAction": "$.testResponse.applicationHeader.item.action"
}
}
* def attributes = read('../jsonpaths/paths.json')
Given url endPointURL
And request baseJsonRequest
When method post
Then status 200
* def appHeaderSecondTry = attributes.SC_4.appHeader
* print appHeaderSecondTry