Recently, many friends have said that they are not sure what the functions of the postman tool are. Then the editor will bring you an introduction to the functions of the postman tool. Friends who are not sure yet can come and take a look. I hope it can help everyone better. Learn about postman software.
Postman function introduction:
Request debugging
Agent capture packet
Environment variable settings
Import and export
Generate online API documentation
Automated testing
mock server
Interface introduction:
Introduction to main interface functions:
l New: New, you can create request (request), collection (request set), environment (environment variable), etc.
l Inport: Import, you can directly import postman request set, curl and other request files.
l Runner: To execute the request, you can select the collection to execute the request and add execution parameters, such as execution time, number of executions, etc.
l Workspace: Workbench, you can choose to use a personal workbench or a team workbench. You can create a team and invite members to join in to edit the use request set.
l History: historical requests, all debugging historical request data
l Collection: Request set, which can be created and saved to put certain requests together to form a request set.
l Environment: Environment variables, manage the set environment variables. You can set global environment variables, or you can create a new environment and add environment variables.
Main introduction of the workbench page:
l Request method: Supports get, post, put, patch and other request methods
l URL: You can enter the request URL directly, or you can set it through environment variables to customize the URL.
l Params: request parameters
l Authorization: Authentication and authentication, supporting multiple authorization and authentication
l Header: Request header
l Body: Request body, including form-data, json, file upload, etc.
l Pre-request-Script: Request script, a script that can be executed before the request is initiated.
l Tests: interface tests, test scripts performed after the request is completed
l Cookies: Cookies can be added to requests
l The following is some information about the response, return data, return headers, cookies, test results, etc.
The above is the function introduction of the postman tool brought by the editor. Friends in need should come and take a look.