Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Learn Postman for API Automation Testing with Javascript
Introduction to Postman tool for testing API's in Collections
Introduction to Postman Tool and its features (9:15)
Important resources information to learn API Basics
Getting Started with Postman tool with its setup and Sample Project to Automate
Install Postman tool and create new Workspace in Postman Account (7:19)
What are Collections in Postman and how to create http requests under it (13:31)
Build Library API requests in Postman tool and validate responses (5:12)
Importance of Postman Variables and Environments for Automation Testing
Walk through the Automation Scenarios Scope for the Library API's (9:56)
What are Environments in Postman? How to create them (8:17)
How to create variables in Postman with different Scopes (13:00)
Getting started with Scripting in the Postman (16:03)
How to dynamically generate values from variables into input Payload requests (14:46)
Postman Scripting Editor types and Response Assertion validations
Assertions in Postman and how to use that in Scripting window (11:42)
Running set of tests together in the Collection as automated runner (11:09)
Validating Json response with the Input data of other API through Automated code (9:34)
What is Json Schema and how to validate it with Postman Scripting (9:47)
Data Driven Testing with Postman and Dynamic Workflow Executions
Functional logic validations with Postman Scripting Assertions (8:58)
How to perform Data driven testing from CSV to Postman requests Scripts (12:15)
How to handle Error handling Scenarios in API Tests with Postman (15:23)
How to prepare workflow of Execution Smartly with Postman Scripting (9:01)
Library API Automation Project code download
Handling OAuth 2.0 Authenticated Google API's with Postman
Introduction to OAuth 2.0 and different Grant types (8:43)
Understand Grant Type Authorization flow with real time example (20:02)
Flow procedure in achieving OAuth 2.0 Authentication mechanism (25:12)
Details on Practise OAuth 2.0 project to retrieve Courses list (6:27)
API Contract and Code download
End to End example of Parsing Complex Nested Json responses
Preparing Automation Scripting to grab the Access token into Actual request (11:01)
Learn Java Script filter map reduce functions to parse array
How to parse Complex Nested Json response through Json object (13:37)
Solving Functional validations by parsing nested json through JS functions (7:59)
Retrieving Course titles from Web Automation Json object through Postman Script (8:19)
OAuth Automation Project code download
Mock Servers & Schema validations with Postman
What is Json Schema? How to validate the given Schema (4:51)
Sample Json response & Generate Schema from given Json - Example (10:17)
How to automate the Jso Schema validation through Postman (8:21)
What are Mock servers? Why do we need them in real time projects (14:34)
Create Mock Servers in Postman and create sample examples (10:32)
Functional Mocking Examples through Postman - Part 1 (7:42)
Functional Mocking Examples through Postman - Part 2 (16:39)
Soap WebServices Automation through Postman for XML response validations
Understand Soap WebServices to automate through Postman tool (7:23)
Create Soap Collection to start testing Soap WebServices in Postman (6:39)
Postman Script to parse Soap XML responses and validate the data (13:26)
How to Parse complete Soap XML response as string for Assertion validations (5:13)
Soap Project Automation Code download
What is Newman? Importance of Newman for end to end API Automation
What is Newman and importance of it in Postman Automation Execution (8:20)
How to run Postman scripts from Newman CLI commands (12:35)
Run Postman Automation Tests through Jenkins with HTML Reporting
Generate Newman HTML execution reports for Postman Script Execution (7:29)
How to install Jenkins and Setup in the Local systems (4:11)
Create new Jenkins Job for Postman Automation Framework execution (6:31)
How to create Parameterized Jenkins job to switch environments dynamically (8:44)
Team Collaboration and Version Control features in Postman
How to collaborate with Team members on Postman Workspace (7:10)
How to create Pull requests, and review PR's through Postman Tool for your work (7:13)
Quick tips on different options in the Postman Tool Window (7:54)
End to End Ecommerce API Examples - Session Tokens, Attachments, Formdata
Understand the Working nature of API's and how to find the contract (7:25)
Create API collection in Postman with Login and AddProduct API calls (10:20)
Create Order API with passing the token & Product info from previous API calls (8:59)
Test Clean up process of deleting Order API and viewing order details (7:10)
Implement Postman Script to dynamically send the values into request calls (13:10)
Running the Postman Automation collection & Assignment details (3:13)
Code download
Learn GraphQL from Scratch and Testing with Postman
What is GraphQL? How different it is from Rest API's ? (17:51)
Understanding GraphQL Schema and its Query language (14:48)
Learn how to write GraphQL Queries to Test GraphQL API's (22:15)
Testing GraphQL Queries with Postman and Explorer (12:58)
What are GraphQL Mutations? How to Test Mutations (16:42)
Test Multiple GraphQL Mutations with Query variables in Postman (6:27)
Code download
Project Code download
Download the Code
JavaScript Fundamentals for Postman Automation (Optional Learning)
Please Note
Getting started with Hello World Program in VS Code (10:45)
Understanding Variables and Datatypes in JavaScript (9:56)
What are Loops and Conditional Statements in JavaScript (11:24)
Implementing For and While Loop in JavaScript (13:34)
Arrays and its methods in JavaScript with Detailed examples - Part 1 (10:48)
Arrays and its methods in JavaScript with Detailed examples - Part 2 (9:29)
JavaScript Array Stream Functions -( Filter , reduce, Map) - Part 1 (11:44)
JavaScript Array Stream Functions -( Filter , reduce, Map) - Part 2 (9:17)
Sorting JavaScript Arrays with optimized logic (8:10)
What are Functions in JavaScript? and its advantages (9:08)
Understanding var,let,const Keywords in JavaScript (7:48)
JavaScript String and its manipulation methods with examples - Part 1 (8:55)
JavaScript String and its manipulation methods with examples - Part 2 (7:38)
Learn API Testing Basics ( Optional)
Comprehensive 75 minutes video to learn API fundamentals from Scratch (75:33)
BONUS LECTURE
Bonus lecture
Teach online with
JavaScript String and its manipulation methods with examples - Part 2
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock