API Testing a real web application via Postman

Go to class
Write Review

API Testing a real web application via Postman provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. API Testing a real web application via Postman is taught by Saurabh Dhingra. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • API is an acronym for Application Programming Interface.

    In software application (app) development, API is the middle layer also known as logic layer or backend layer and lies between the front-end (UI) and the database layer.

    APIs enable communication and data exchange from one software system to another.

    API testing is a software testing practice that tests the APIs directly — from their functionality, reliability, performance, to security.

    In this project, we will practice the API testing of a real web application using the Postman tool covering scenarios like creating, updating, retrieving resources, and also the authorization flow using OAuth 2.0 flow