{
"category": {
"id": 200,
"name": "Bulldog \r\n Testing \r\n again"
},
"id": 201,
"name": "Rocky",
"photoUrls": [
"string"
],
"status": "available",
"tags": [
{
"id": 201,
"name": "red"
}
]
}
In the Excel column StoreResponseVariables.
Add semicolon separated key and value pair.
like varName=name;varId=id; varTagName=tags[0].name;
3. Following api context varNAme will have "Rocky" and varId will have "201" and
varTagName will have value as "red"
Reference Project with Example:
https://github.com/virtualansoftware/microservices-lowcode-testautomation/tree/main/rest-post