Demo of how to create and use Postman Object Models.
Is a simple API implemented in node.js used with the postman collection.
I would open it in VS Code, then run npm install
from the project folder (one time only) and then run the start script in the NPM scripts tab each time you want start the server.
You can check it is running by browsing to http://localhost:5000/api/v1/info.
Import these into Postman and select the TestingMind environment.
Then you should be able to run the entire collection, or just one of the folders with the Collection Runner.
Alternatively, in the Postman UI you can run each individual request in the order listed in a folder.
This project was presented at the 2019 TestingMind conference in Auckland, New Zealand, as well as at 2020 TestingMind online conference for Sydney, Australia
The google slides are 2019-Auckland and 2020-Sydney (and if I have moved them, there are pptx copies inside the repo as well)