What is Postman

1. Postman is an open source

2. It is a free API debugging tool and it supports wide range of http methods and also it supports to create unique settings for each environments 

3. It allows to share common values across request with environment variables

4 . It has features for organizing requests into collection and folders,

5. Postman console helps to debug for what data has been retrieved. 

6. After running each request, postman provides performance parameters such as status code and time taken for the response.

7. Automation for testing.


Initial values are shared when you share  a collection or environment, for instance , exporting the environment variables,

Current values are local and are not shared. 

No comments:

Post a Comment