Postman installation and create the request

  • Postman introduce
    Postman is a debugging interface test tools, people-oriented developers / testers.
    Postman provides MAC, Windows and linux in three versions, as well as Chrom Postman version (obsolete), according to their own operating system, download the corresponding version.

  • Postman download & install
    to obtain the latest version of the address: download page

    1. Windows version:
      Windows offers 32-bit and 64-bit versions to download, double-click the exe file to install
    2. MAC Version:
      Download to a local double-click the .dmg file to install. Try not to download and install from the other three ways, the case of installation failure may occur.
    3. Linux version:
      Use the command-line installation: After the snap install postman, or download the offline decompression.

      • Create a request
        first start Postman prompted to register / login account can also choose to skip.

        Interface testing, most of the http protocol-based, so get the http request This article demonstrates.

        Interface Name: Get a list of resources not by reason of (new)
        type of request: get
        request url: / resourcecenter / common / check_nopass_cause_list

        request parameter list



        Response parameter list

         


        Postman in accordance with the above interface documentation, fill out the interface url and request type, request parameters, and then click send to view
        ps: get request? Number is passed back to the representative parameters, splicing a plurality of parameters with ampersand

         

         

Guess you like

Origin www.cnblogs.com/qianmaoliugou/p/12103826.html