
Pull the student app Docker image from Docker Hub, run it with port mapping, and manage containers to access the application in a browser.
Learn to run all requests in a Postman collection using the collection runner, configure iterations, delays, and environments, and manage test data, order, and exported results.
Learn to write tests and add assertions in Postman using PM.test and PM.expect to validate status, body, headers, and data; explore test scope and Postman sandbox API.
POSTMAN is a very popular tool used by software development teams in many companies. It is a very handy tool used by Developers when building RESTful web services, It is also used by many QA Engineers for testing, automating RESTful services.
It is the "SWISS ARMY KNIFE" of REST API Development, Testing. It provides many out of the box features for consuming Restful services.
In this course, you will learn the fundamentals of using POSTMAN, Below are some of the highlights
Perform BASIC CRUD(Create, Read, Update, Delete) operations using POSTMAN
Learn about Environment, Global & Collection Variables in Postman
Using Postman Collections to store & Organize requests.
Basic Authentication using Postman
Writing tests & adding assertions
The course also includes access to a Student Application on which students can practice CRUD operations, the best part is this application can be run locally!!
The course also teaches you how to set up the BestBuy API playground application which has about 50000 product, this application also supports all basic CRUD operations.
Whether you are developing APIs or testing them, this course will provide you the fundamentals necessary for getting started with POSTMAN.