Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 834 Bytes

postman.md

File metadata and controls

35 lines (31 loc) · 834 Bytes

POSTMAN

Download:

https://www.postman.com/
  • Prerequisites
    • Working with APIs
    • AJAX
  • What is Postman
    • A Collaboration Platform for API Development
  • Downloading Postman
    • Windows / Mac / Linux / Web
  • Postman UI Overview
  • GET request, POST request, specifying request type
  • View Response in different ways
  • Setting query string parameters
  • Adding headers
  • Saving requests
  • Reviewing response headers
  • Bulk-edit mode
  • Creating Collections, adding requests to Collections, Running collections for automated checks)
  • Variables
    • path
    • collection
    • environment
    • global
  • Environments (what, why, how to create, how to use)
  • Postman Console
  • Scripts (pre-request scripts)
  • Testing (post-response scripts - for testing)
  • Mock Servers (creating , designing , using , why)