• What is API ?
  • Client-Server Architecture
    • 1-Tier Architecture
    • 2-Tier Architecture
    • 3-Tier Architecture
  • 3 Layers of API
  • What kind of testing we are doing in different layer?
  • What is API Testing?
  • Difference between API & Web Services?
  • Types of API's/Web Services
    • SOAP(Simple Object Access Protocol)
    • RESTful API/Web services(Representational State Transfer)
  • Methods of REST API/HTTP Request
    • Get
    • Post
    • Put
    • Delete
  • Payload
    • Request Payload
    • Response Payload
  • Postman
    • Introduction
    • Installation
    • Workspace
    • Collections and Requests
    • Working with Postman
  • API Testing using Postman
    • Creating Collections
    • Creating Request
    • Creating Environment Variables
    • Creating Basic Authentication
    • Creating test Sample of API's
    • Request JSON Format
    • Response JSON Format
    • How to write the javascript to validate the response
    • Make the requests dynamic by taking advantage of variables
  • Api Validations (Project)
    • Validating the body of first JSON response
    • Validating response headers and status codes
    • Understanding query parameters on sending request
    • Validating status code
    • Validating Response time