Description of issues
This is a critical issue, because valid data when sent to server is considered invalid. This can interrupt the users from using your platform/services.
Test Summary
We tried a positive scenario by putting value of field id as 0 . Testing with zero, which is a valid integer but may not be a valid ID in some systems
DELETE /book/{id}
Payload:
Response:
{
"notAJson": "Not found"
}
Description of issues
This is a critical issue, because valid data when sent to server is considered invalid. This can interrupt the users from using your platform/services.
Test Summary
We tried a positive scenario by putting value of field
idas0. Testing with zero, which is a valid integer but may not be a valid ID in some systemsDELETE /book/{id}
Payload:
{ "id": 0 }Response:
{ "notAJson": "Not found" }