Postman-api-tool: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (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...")  | 
				|||
| Line 1: | Line 1: | ||
= Terminology =  | |||
* Postman: Desktop application to manage HTTP requests and responses, tests and data  | * Postman: Desktop application to manage HTTP requests and responses, tests and data  | ||
| Line 7: | Line 5: | ||
* Postman collections: Is a file describing a set of HTTP tests and scripts executable in Postman. It is formatted as a JSON 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.  | * Import OpenAPI (Swagger) files and generate collections of test cases. Usually the tests need some manual tuning to be run.  | ||
Revision as of 16:52, 8 March 2018
Terminology[edit | edit source]
- 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[edit | edit source]
- Import OpenAPI (Swagger) files and generate collections of test cases. Usually the tests need some manual tuning to be run.