Description of issues
This is a critical issue because your APIs are allowing bad data into your database, potentially causing frontend errors and/or data science errors. Check to see if your frontend is allowing such data to be sent.
Test Summary
Scenario: Verify System generated negative payloads
GET /getBookByName
Payload:
{
"bookName": "123456789"
}
Response:
Description of issues
This is a critical issue because your APIs are allowing bad data into your database, potentially causing frontend errors and/or data science errors. Check to see if your frontend is allowing such data to be sent.
Test Summary
Scenario: Verify System generated negative payloads
GET /getBookByName
Payload:
{ "bookName": "123456789" }Response: