postman Introduction

Http postman type of interface for functional test (manual test):

1.postman download, unzip, open Chrome Browser -> Settings -> Extensions -> check the developer mode -> Load unpacked extensions of -> Enter the postman extraction path -> OK

You can enter the "Details", create a desktop shortcut for the postman, to facilitate the next start.

 

2. Click "Start" -> login page click "Skip this, go straight to the app" -> to enter the operation page

3. Click Collections -> click on the "+" icon -> enter name -> OK (so you can create a folder, for example, a module interface testing, this folder is the interface of this module)

 4. Let us be an example: test mobile phone number belonging to the interface

First landing data aggregation website (juhe.cn), register and apply for a mobile phone number belonging to the interface, the system will give you a AppKey (serving as the authenticator role), can be viewed at the individual centers.
Provide aggregate data API is a service platform for IT staff, as well as Baidu's APIStore (http://apistore.baidu.com/) similar sites.

The API documentation input address parameters and sends a request to the server, the result obtained.

Click "Generate Code" can be sent to the server to view specific request

 Click Save to save the

 5.postman common functions

Duplicate can quickly copy the folder and request;

Download this folder and can put the following request to download a local share to someone, you can click Import to import.

 

Guess you like

Origin www.cnblogs.com/zhengna/p/9012527.html