1. Download the Postman

  • The Postman download page is displayed

  • Click the “Download the App” button on the left, select Windows 64-bit, and start downloading

2. Install the Postman

  • Double-click the downloaded installation file. After the installation is complete, the program is automatically opened

  • Click Skip and Go to the App

3. Use of Postman

  • Click the “New” button in the upper right corner of the left panel

  • Click on the link in the top left [HTTP Request]

  • Click the button on the right [Send]

4. Set THE HTTP Request parameters

  • Click the drop down arrow for GET to change the request mode

  • Params sets the parameters for submitting the form

  • Authorization Sets the Authorization mechanism

  • Headers Sets the request header

  • Body Sets the parameter format for sending the request Body

  • Pre-request Script is a piece of code that needs to be executed before a request can be sent

  • Tests(assertions) compare the expected results to the actual results, proving that the Tests passed if they were consistent, and failed if they were not
  • Settings is the Settings option

5. Response result description

  • In response to the body

  • Returns the Cookies

  • Headers response Headers

  • Test Results Indicates the result of an assertion