Back to Practice

Book Store API

Book Store API

Base URL: https://xqa.example.com/api

GET
/BookStore/v1/Books
Get all books
POST
/BookStore/v1/Books
Add a book
DELETE
/BookStore/v1/Book
Delete a book
PUT
/BookStore/v1/Books/{ISBN}
Replace a book
POST
/Account/v1/User
Create User
POST
/Account/v1/GenerateToken
Generate Token

QA Automation Helper

Target IDsKey Element IDs

Advance Testing Tips

  • API Testing: These endpoints are for reference. Use tools like RestAssured, Postman, or cy.request() to test them.
  • Documentation: Verify that all expected endpoints are listed and documented.