-
Notifications
You must be signed in to change notification settings - Fork 7
API Testing using Postman
sharonO13 edited this page Jul 12, 2021
·
3 revisions
Download and install Postman
[https://learning.postman.com/docs/writing-scripts/intro-to-scripts/](Postman Center)
The folder structure for API tests is as follows root/test/api
To update and modify API tests clone the Repo, create a branch, open the collection in postman, modify and export test cases back into the folder.
Newman is the command line interface that executes Postman Collections, this can be run in a container as part of the pipeline