1.

What are the different bugs that can be found in API testing?

Answer»

We can FIND the below bugs at the time of API testing:

  • Duplicate or missing API functionality
  • Failure to handle negative TEST cases
  • Failure to handle a SUDDEN spike in load or stress
  • Reliability of the application behavior
  • Failure to handle requests securely
  • Unused flags
  • Unimplemented errors
  • Poor Performance
  • Issues in Multi-threading
  • Improper error responses
  • Improper status CODES


Discussion

No Comment Found