Nowadays, more and more friends are using postman software. However, many novice friends are not yet familiar with the operation of postman test interface. The following editor will explain the method of postman test interface. I hope it will be helpful to you.
Naming and annotations For multiple test requests for the same interface, suffix naming can be used uniformly.

For keyword search tests, use the keyword as a suffix.

For test requests that require additional explanation, comments and status code tests need to be added to the description.

Click the "Tests" tab and click "Status code: code is 200" to generate a code snippet.

Value test, automatically generated code snippet, click "Response body: JSON value check".

Modified test prompt information, test objects and test expectations.

To include the test automatically generated code snippet, click "Response body: Contains styling".

Click "Send" to view the test results.

Above, I have shared with you how to test the interface in postman. Friends in need should hurry up and read this article.