API Testing a real web application via Postman
Offered By: Coursera Project Network via Coursera
Course Description
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
Syllabus
- Project 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
Taught by
Saurabh Dhingra
Related Courses
Postman - Intro to APIs (without coding)Coursera Project Network via Coursera Build CRUD REST API in Django
Coursera Project Network via Coursera Create RESTful APIs for Spotify using Postman
Coursera Project Network via Coursera Build a RESTful API(Node.js) using AWS Lambda & API Gateway
Coursera Project Network via Coursera How to Implement Multitenancy in Django
Coursera Project Network via Coursera