{
“Status”: 0,
“Message”: “Successfully received 47 items for Folder (Account_075), File (File_109) and IsBoolean (False) as expected”,
“Code”: 0
}
I need to get the int value between " received" and “items” words (in this case it is 47) and set it as a test variable for the following row in my test:
pm.response.to.have.jsonBody(“Message”, “Successfully received… as expected”)
Thanks!!!