Skip to content

Latest commit

Β 

History

History
39 lines (25 loc) Β· 1 KB

File metadata and controls

39 lines (25 loc) Β· 1 KB

πŸ”— API Testing Summary

1. Simple Books API

πŸ”— https://simple-books-api.glitch.me

  • Endpoint: POST /api-clients/ [Authentication (Access Token – Valid for 7 Days)]

Authentication (Basic Auth):

Tested HTTP Methods:

  • GET – Fetch book list and details
  • POST – Place a new order
  • PATCH – Update order status
  • DELETE – Cancel an order

2. Restful Booker API

πŸ”— https://restful-booker.herokuapp.com/booking/

Authentication (Basic Auth):

  • "Username:" "admin"
  • "Password:" "password123"

Tested HTTP Methods:

  • GET – View booking list and details
  • POST – Create a new booking
  • PUT – Update full booking data
  • PATCH – Partially update booking info
  • DELETE – Delete a booking

πŸ“„ Test Reports
βœ… API test reports are attached as Report.html in the project directory.