Postman-api-tool

From ETSI Forge
Revision as of 17:50, 8 March 2018 by Carignani (talk | contribs) (Created page with "= Postman API tool = == Terminology == * Postman: Desktop application to manage HTTP requests and responses, tests and data * newman: Command line tool that is able to run P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Postman API tool

Terminology

  • Postman: Desktop application to manage HTTP requests and responses, tests and data
  • newman: Command line tool that is able to run Postman tests defined in a Collections file
  • Postman collections: Is a file describing a set of HTTP tests and scripts executable in Postman. It is formatted as a JSON file


Postman features

  • Import OpenAPI (Swagger) files and generate collections of test cases. Usually the tests need some manual tuning to be run.