DEV Community

Cover image for πŸ›‘πŸ›‘ How to Write Manual Test Cases for API Testing? | 30 Days of API Testing | Day 24 πŸ›‘πŸ›‘
Pramod Dutta
Pramod Dutta

Posted on • Updated on

πŸ›‘πŸ›‘ How to Write Manual Test Cases for API Testing? | 30 Days of API Testing | Day 24 πŸ›‘πŸ›‘

In this video of 30 Days of API Testing Challenge, I am going to discuss How to Write Manual Test Cases for API Testing? and common API Bugs.

πŸš€ Day 24 Task: API Bugs and Test cases for API Testing

30 Days of API Testing

πŸš€ Thread: https://scrolltest.com/api/day24

πŸš€ All Task List: https://scrolltest.com/api/task

πŸš€ Watch Full Playlist: https://apitesting.co/30days

Test cases for API Testing

  • Validate the keys with the Min. and Max range of APIs (e.g maximum and minimum length)
  • Keys verification. If we have JSON, XML APIs we should verify it’s that all the keys are coming.
  • Have a test case to do XML, JSON Schema validation.
  • Verify the Parse the Response data
  • Verify the JSON Schema validation, Verify the Field Type,Verify the Mandatory Fields
  • Valid Response headers & Negative Testcases response
  • Verify that how the APIs error codes handled.
  • Verify the response HTTP status code.
  • Valid Response payload
  • Chaining Request verification.
  • Verification of APIs with Data parameters.
  • End to End CRUD flows
  • Database Integrity Test Cases
  • File Upload Testcases

πŸš€ Master API Testing - https://www.learnapitesting.com

--
Be sure to subscribe for more videos like this!

 TheTestingAcademy

Top comments (0)