Postman
A powerful GUI platform to make your API development
faster & easier, from building API requests through testing,
documentation and sharing. We recommend the free Postman App for Mac, Windows, Linux or Chrome. Developer Teams.
💥 How to work postman
- Launch the Postman app.
- Go to the Authorization section: Postman Authorization Section.
- For the Type, select OAuth 2.0: Authorization Type.
- Click Get New Access Token.
- Click Request Token.
- Click on the name of the token to see you now have access to the new token: Access Token.
💥What are the benefits to use postman
Easily create test suites
Postman
allows we create collections of integration tests to ensure our API
is working as expected. Tests are run in a specific order with each test
being executed after the last is finished
☺store information for running tests in different environments
Postman
allows we to store specific information about different environments
and automatically insert the correct environment configuration into our
test. This could be a base URL, query parameters, request headers, and
even body data for an HTTP post.
☺ Store data for use in other tests
Postman
also allows we to store data from previous tests into global
variables. These variables can be used exactly like environment
variables.we
can store the response and use that as part of a request header, post body, or
URL for the subsequent API calls.
☺Easily move tests and environments to code repositories
No comments:
Post a Comment