Skip to content

API Testing using Postman

sharonO13 edited this page Jul 12, 2021 · 3 revisions

Download

Download and install Postman

Creating API tests in Postman

[https://learning.postman.com/docs/writing-scripts/intro-to-scripts/](Postman Center)

Github Test Folder Structure

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

Newman is the command line interface that executes Postman Collections, this can be run in a container as part of the pipeline