Skip to main content

POSTMAN

https://www.postman.com/downloads/

command line runner for postman tests

npm i -g newman
TermsDefinitions
collectionall the requests and assertions for an API; the top level folder
foldergroup 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.