Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 807 Bytes

postman.md

File metadata and controls

23 lines (15 loc) · 807 Bytes

Testing

docs

  • Collection runs --> automate API testing
  • Monitor --> schedule collection runs
  • Newman --> Postman CLI tool to integrate in CI/CD

Collection Runner

docs

  • run the API requests in a collection in a specified sequence
  • logs your request test results and can use scripts to pass data between requests and alter the request workflow
  • configure the Collection Runner to meet your development needs
    • HOW ???
  • use a specific environment and pass data files into a run

Monitor

Newman

docs