使用方法:
1)在Postman工具中打开Postman Intercepter功能。
2)如果只需要测试特定网站,可以在Postman Interceptor插件中设置 Filter requests。
Filter requests默认是“.*”,表示捕获所有的网站。如果只想要捕获搜狗,可以在Filter requests里输入“sogou”。
3)在chrome中进行操作,比如打开搜狗搜索,然后搜索关键字“hello”,然后点击“搜狗搜索”。
4)打开Postman Interceptor,可以看到 “last 10 requests“。
5)打开Postman,可以看到“History”显示chrome中进行的操作。
6)然后就可以在Postman对 request进行修改,过滤,以及编写测试case。