POSTMAN
https://www.postman.com/downloads/
command line runner for postman tests
npm i -g newman
| Terms | Definitions |
|---|---|
| collection | all the requests and assertions for an API; the top level folder |
| folder | group of requests and assertions that reside in a collection |
API Mocking
in need of standing up a JSON server for sharing schemas with our clients while our development is in progress or for supporting our own end-to-end testing.