Interface testing has never been easier-Postman (Chrome plugin)
A very powerful HTTP client tool for testing Web services, and I'll show you how to use it to test a restful Web service
Installation
Go to Chrome settings->more tools->extensions
Click the bottom get more extensions
Search Postman
Select the first click
Click Launch APP
How to use postman to do interface testing
Fill in the service URL
Select method, such as GET
This request requires parameters, click the URL params to fill in the parameters
After the parameters are filled in, the tool automatically fills in the parameters after the URL
Click Send
The POST request is similar
You need two more headers here.
If you need authentication to access your service, you will need to configure the user name password in the tab below to authenticate
All of your tested data can be collected via add to collection
The tests you run will be found in the history tab.
Interface testing has never been easier-Postman (Chrome plugin)