If you are looking for software to use, go to Huajun Software Park! software release AI product list
Location: Home pageTutorial strategyTutorialComputer software tutorials postman worker...

How to use the postman tool - Introduction to how to use the postman tool

Author: Ai Xiaomo Date: 2024-03-19

postman
postman-11.63.5.0

production assistance Storage size: 133.61 MB Time: 2022-11-03

Software introduction: Postman is an interface testing tool that can not only debug simple css, html, scripts and other basic web page information, Postman...

Download now

I believe that some novice partners are not familiar with the postman testing tool and do not understand the tools in it. So how to use the postman tool? This section introduces how to use the postman tool. If you don’t understand it yet, please follow the editor to learn it. I hope it will be helpful to you.

After installing postman, if you want to initiate a request, click the NEW button on the toolbar and select Request.

1.jpg

In the pop-up save request interface, enter the name of the request and the description of the request, create a directory to store the request, fill in the request name (request name), Request description (request description) in order, create a new folder test, click the save to test button.

2.jpg

Select the request method, usually post or get. Here we choose a post method, enter the url address in the subsequent input box, and then click send (send).

3.jpg

If there is no problem with the requested URL and request method, the relevant results, including whether it was successful, the time spent on the request, etc. will be returned.

4.jpg

If the request requires input of relevant parameters, just enter the relevant key-value pairs in params. Some parameters may need to be added in headers, such as cookie information, etc.

 

5.jpg

6.jpg

 

If you want to simulate that the input parameter in an ajax request is a json object, you need to select raw in the body, select the json (application/json) method, enter the object in json format, and send the request.

7.jpg

Come and learn how to use the postman tool. It will definitely help everyone.

Related articles