Difference between revisions of "Postman-api-tool"

From ETSI Forge
Jump to: navigation, search
(Postman API tool)
Line 8: Line 8:
  
 
* Import OpenAPI (Swagger) files and generate collections of test cases. Usually the tests need some manual tuning to be run.
 
* Import OpenAPI (Swagger) files and generate collections of test cases. Usually the tests need some manual tuning to be run.
 +
 +
= External Links =
 +
 +
* [https://www.getpostman.com/docs/v6/ Postman online documentation]
 +
* [https://www.getpostman.com/apps Download and install Postman]
 +
* [https://www.getpostman.com/docs/v6/postman/collections/data_formats Import and export collections]

Revision as of 13:15, 10 March 2018

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.

External Links