cata12
7 years agoContributor
Selecting a specific item from a JSON Node value
Hi all, I insert a new record using ReadyAPI 2.1.0 and get the request response in a JSON Node like the one posted below: JSON Node: resultPayload Value: { "x.metadata":"http://test:111...
- 7 years ago
I solved this by creating a script which generates an unique CarName in a property (which is then used in the request I posted above) then used JSONPath Match Assertion to check if the CarName generated by the script == CarName from the next request's response