1.

What needs to be verified in API testing?

Answer»

In API Testing, we send a request to the API and then we analyze the responses BASED on the FOLLOWING parameters:

  1. Data accuracy of the actual response with the expected response.
  2. HTTP status codes of the resultant API.
  3. Response time of the API.
  4. Error codes if the APIS are expected to throw an error.
  5. Authorization Details
  6. Test non-functional specifications of the applications like security, performance, availability ETC.


Discussion

No Comment Found