Postman learning Beginners

                                                             Postman learning Beginners

——document 、JSON schema 、monitor、mock

1.document

  • 1.1 Interface pre-set parameter value
  • 1.2 Set Interface dynamic parameter values
  • 1.3 Interface assertion return results
  • 1.4 assertion JSON document format -JSON schema returned

2.monitor

  • 2.2 Notes on listening
  • 2.3 Manual listening

3.mock

  • Creating mock_server
  • Create and save the interface return value
  • Original domain modified to domian mock_server transmits a request          

Note: The monitor can only monitor based Postman common interface, local and private interfaces can not listen, because listening server on the public cloud in Postman

[Document] is selected from

1.postman use the original document: https://learning.getpostman.com/docs/

2.Document Manual: https://blog.csdn.net/mayanyun2013/article/details/88697748

3.JSON schema document: https://blog.csdn.net/silence_xiao/article/details/81303935

4.monitor Manual: https://blog.csdn.net/testdeveloper/article/details/80679988

5.mock operating manual: https://blog.csdn.net/u013613428/article/details/82053793

Published 99 original articles · won praise 43 · views 160 000 +

Guess you like

Origin blog.csdn.net/mayanyun2013/article/details/88748969