Expert Practical Guide of API Testing using Postman-2023
- Development
- Apr 02, 2025

Experts Practical Guide of API Testing using Postman-2023, available at $69.99, has an average rating of 4.25, with 115 lectures, 3 quizzes, based on 484 reviews, and has 3292 subscribers.
You will learn about Detailed knowledge of API Testing using POSTMAN and its implementation while working as an API Tester Ready to face API Manual & Automation testing interviews & also answer scenario based questions Detailed understanding of RestAPI, Different Methods(GET, POST, PUT, DELETE, PATCH) & JSON Format Detailed understanding of advance concepts like Collections, Environment, Mocking, Monitoring & Newman Good understanding of JavaScript programming to handle different scenario This course is ideal for individuals who are Developers, SDETs, Devops, IT Professionals working on API or Manual testers/QA/Testing Professionals looking to automate Restful API Testing or Professionals/Automation Testers looking to test RestAPI application/WebServices or Professionals looking to Unit Test API Testing It is particularly useful for Developers, SDETs, Devops, IT Professionals working on API or Manual testers/QA/Testing Professionals looking to automate Restful API Testing or Professionals/Automation Testers looking to test RestAPI application/WebServices or Professionals looking to Unit Test API Testing.
Enroll now: Experts Practical Guide of API Testing using Postman-2023
Summary
Title: Experts Practical Guide of API Testing using Postman-2023
Price: $69.99
Average Rating: 4.25
Number of Lectures: 115
Number of Quizzes: 3
Number of Published Lectures: 113
Number of Published Quizzes: 3
Number of Curriculum Items: 118
Number of Published Curriculum Objects: 116
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
Who Should Attend
Target Audiences
&&&&>> Course Updates <<&&&&
Sep 2022 : Added complimentary videos of API Testing using JMeter, Take Postman API Test Cases into JMeter and do Performance Testing
Nov 2021 : Added QUIZ
May 2021 : Added JavaScript Videos
POSTMAN is one of the most popular tool used by software development & testing teams in many companies. It is a very handy tool used by Developers/Testers when building or Testing RESTful web services
In this course, you will learn many functionalities of the POSTMAN tool with practical examples. Below are some of the highlights of this course.
&& BASICS OF API TESTING AND AUTOMATION&&
Learn how to send REST Requests using POSTMAN
What is API, Different Between SOAP and REST API
Different CRUD Operation and Its Implementation
GET | POST | PUT | DELETE
Basic understanding of Micro Services
Perform data driven testing
Organize requests using Collections
Authentication approaches (BASIC,OAUTH)
How to Handle Header & Pre-requisite
&&&& ADVANCE CONCEPTS&&&&
Scripting in POSTMAN using JavaScript
Collections
Import & Export for Sharing
Environment & Global
Integrate POSTMAN with NEWMAN
Advance Reporting
Service Mocking
Service Monitoring
Code Management
Collection Runner
Checking Logs
Write Basic to Advance Java Script
Assertions
Request Channing
API Testing using JMeter
Convert Postman Script to JMeter
&&&& REALTIME SCENARIO &&&&
End to End Student Student Enrollment
Request Chaining
Final execution with report generation and analysis
Run API tests in Jenkins
Code Management using GIT
Scenario implementation on RealTime API Application
End to End Scenario building and once click execution
Collection Execution from command prompt
Course Curriculum
Chapter 1: Postman Introduction | Basics of API Testing
Lecture 1: Course Outline & Complete Information -> Must for everyone
Lecture 2: Introduction to Postman (One of most popular tool for REST API testing)
Lecture 3: Postman Setup : Step by Step Setup Instructions
Lecture 4: Postman window walkthrough
Lecture 5: Setup Sample API Application for Practice
Chapter 2: Introduction & Types of WebServices | Pre-Requisites of API Testing
Lecture 1: Introduction about this Section
Lecture 2: Introduction to WebService with Examples
Lecture 3: Some common examples of WebService
Lecture 4: Different type of WebService : Soap and Rest
Lecture 5: Introductions to MicroServices
Lecture 6: Rest API : common Methods – GET, POST, PUT, DELETE
Lecture 7: Pre-requisites before starting API Testing
Lecture 8: Basic JSON understanding : How to write and Understand JSON file
Lecture 9: JSON Path basics : To Fetch and Validate JSON keys-values
Lecture 10: JSON path advance : To Fetch and Validate JSON keys-values
Chapter 3: PROJECT – 1 : Manual Testing of REST API using POSTMAN
Lecture 1: Basic GET request : Fetch data from application
Lecture 2: Basic POST request : Insert New data to Application
Lecture 3: Basic PUT request : Update Data of Application
Lecture 4: Basic DELETE request : Delete application Data
Lecture 5: End to End test case with verifications
Chapter 4: Apply Validation : Validate data coming in Response
Lecture 1: Add Verification : Status Code, Body Data & Response time
Lecture 2: Validate Header Content
Lecture 3: Validate Data using JSON Path
Lecture 4: Add Student Address : Check Complex JSON
Lecture 5: Add Student Address : Validate JSON content using JSON Path
Chapter 5: Advance Postman Concepts : Collections | Environment | Global
Lecture 1: What is collections & How to Implement Collection
Lecture 2: Save Request to Collections
Lecture 3: Common operation on Collection
Lecture 4: Collection Documentation
Lecture 5: Run Collection using Collection Runner
Chapter 6: Move to API Automation : Environment | Request Chaining | Globals
Lecture 1: What is Environment | Why to use Environment
Lecture 2: How to Setup Environment and Use environment data in testcases
Lecture 3: Execute Cases to Different Environment
Lecture 4: Share Collection with Environment File
Lecture 5: Set and Get environment data using Programming
Lecture 6: Request Chaining : Pass data from Response to Next Request
Lecture 7: Setup Global and use in testcase (Set Configuration Data)
Chapter 7: Use Postman API : Write JavaScript Coding in Postman
Lecture 1: Start coding in Postman : Simple print data to Console
Lecture 2: Condition Handling : If – else conditions
Lecture 3: Looping : Execute code multiple time – For Loop
Lecture 4: Postman API : request object – Fetch Data, URL and Method of Request
Lecture 5: Postman API : responseBody object – Fetch Response Body, Parse Json Data
Lecture 6: Postman API : responseTime and responseCode
Lecture 7: Work on environment variable by coding
Lecture 8: Work on global variable by coding
Lecture 9: Write End to End Scenario : Add Student –> Add Technical Skills –> Add Address
Lecture 10: Chaining Requests : Fetch Response Data and Use it as input in further request
Lecture 11: SOAP WebService Testing using Postman
Chapter 8: Authorization : Authenticate User before processing the Request
Lecture 1: Basic Authorization : Pass username and password with request
Lecture 2: oAuth Authorization : Use Authorization token to get access
Chapter 9: Setup complex API Application : JIRA
Lecture 1: Setup API application on your local machine : JIRA
Lecture 2: Create user in JIRA with Basic Authentication
Lecture 3: Remove User from JIRA
Chapter 10: Postman Advance Features
Lecture 1: Setup & Use Monitors : For Monitoring Health checkup of our API
Lecture 2: Service Mocking : Use Mocking to Keep on working in case of Downtime
Chapter 11: Code Management using Git & GitHub
Lecture 1: Git & GitHub Introduction
Lecture 2: Setup Git and GitHub
Lecture 3: Configure GIT with Username and Email
Lecture 4: Create Local Repository
Lecture 5: Commit Code to Local Repository
Lecture 6: Undo Files from Stage to Untrack
Lecture 7: Check and Discard Changes
Lecture 8: Push Code to Remote Repository
Lecture 9: Clone Repository
Lecture 10: End to End Code Management in Postman
Chapter 12: Postman with NewMan : Data Driven Testing, Reporting, Command Prompt Execution
Lecture 1: Execute collection from command prompt
Lecture 2: Pass environment from command prompt
Lecture 3: Set Execution Iteration
Lecture 4: Execute collection with different data – JSON File
Lecture 5: Execute collection with different data – CSV File
Lecture 6: Generate Advance HTML Report
Chapter 13: Execute and Run Collection with Jenkins
Lecture 1: Jenkins Installation – Step 1
Lecture 2: Jenkins Installation – Step 2
Lecture 3: Jenkins Installation – Step 3
Lecture 4: Jenkins Installation – Step 4
Chapter 14: Learn JavaScript: To write coding in Postman(Skip if you already know JS)
Lecture 1: JavaScript Introduction
Lecture 2: Setup Node.js Environment
Lecture 3: Write First Code in JavaScript
Lecture 4: Variables in JavaScript
Lecture 5: Basic condition handing
Lecture 6: Condition handling – Multiple Conditions
Lecture 7: Condition handling – Nested
Lecture 8: Condition handling – Logical OR/ AND
Instructors

Testing World
Director of Testing World
Rating Distribution
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
- Random Picks
- Popular
- Hot Reviews
- Complete NFT Course- Buy, Sell, Create, Mint, Grow Your NFTs_1
- A Problem-Based Approach to the Go Programming Language
- 3DS Max Tutorial. Learn The Art of Modelling and Animation
- Crypto Trading Mastery (Scalping, Day trading, price action)
- Personal Finance
- Company Valuation Financial Modeling
- Dibuja y Esculpe tu COVID para Impresión 3d en Blender 2.8X
- Step-By-Step Stock Market Analysis and Real-Time Trades
- 1YouTube Masterclass The Best Guide to YouTube Success
- 2Photoshop CC- Adjustement Layers, Blending Modes Masks
- 3Personal Finance
- 4SolidWorks Essential Training ( 2023 2024 )
- 5The Architecture of Oscar Niemeyer
- 6Advanced Photoshop Manipulations Tutorials Bundle
- 7Polymer Clay Jewelry Making Techniques for Beginners
- 8ZB Trading Cryptocurrency Price Action Course
- 1Linux Performance Monitoring Analysis Hands On !!
- 2Content Writing Mastery 1- Content Writing For Beginners
- 3Media Training for PrintOnline Interviews-Get Great Quotes
- 4Learn Facebook Ads from Scratch Get more Leads and Sales
- 5The Complete Digital Marketing Course Learn From Scratch
- 6C#- Start programming with C# (for complete beginners)
- 7[FREE] How to code 10 times faster with Emmet
- 8Driving Results through Data Storytelling