Friday, July 28, 2017

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
  1. Launch the Postman app.
  2. Go to the Authorization section: Postman Authorization Section.
  3. For the Type, select OAuth 2.0: Authorization Type.
  4. Click Get New Access Token.
  5. Click Request Token.
  6. 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