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 500000000 . Testing with a large integer value in the middle of the range
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
idas500000000. Testing with a large integer value in the middle of the rangeDELETE /book/{id}
Payload:
{ "id": 500000000 }Response:
{ "notAJson": "Not found" }