Skip to content

up1/workshop-postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postman workshop

  • Design from Requirement
  • API Design (REST API)
    • HTTP Protocol
    • HTTP Methods
    • API Endpoint
    • API request body
    • API response status and body
    • API versioning
  • How to manage collections ?
    • Create request
    • Import/Export postman collection
    • Design first
    • Write documentation
    • Mock server for collections
  • API testing with Postman
    • Why and What to test ?
    • How to test ?
    • Working with Postbot
    • Working with Postman interceptor
    • Continuous testing
  • API-First Development (Design-First)
  • Performance testing

Demo API in workshop

Topics

  • Basic of Postman
    • HTTP Request
    • HTTP Response
    • Environments
  • Testing requests
    • How to testing ?
    • Testing symtax
    • Use 3-party libraries
    • JSON Schema
  • Using workspace and collection
    • Try to create !!
    • Collection runner
    • Using variables in request and collection
      • Request scope
      • Collection scope
      • Global scope
    • Pre-request scripts
      • Request
      • Collection
      • Folder
    • Scenario teardown !!
      • Structure of folder
        • Setup
        • Test
        • Teardown
  • Testing from command line with newman
    • Install NodeJS
    • Install newman
    • Run collection

Reference websites

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published