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 products, this application also supports all basic CRUD operations.