Expert's Practical Guide of API Testing using Postman-2023
Expert's 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, SDET's, 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, SDET's, 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: Expert's Practical Guide of API Testing using Postman-2023
Summary
Title: Expert's 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
- 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
Who Should Attend
- Developers, SDET's, Devops, IT Professionals working on API
- Manual testers/QA/Testing Professionals looking to automate Restful API Testing
- Professionals/Automation Testers looking to test RestAPI application/WebServices
- Professionals looking to Unit Test API Testing
Target Audiences
- Developers, SDET's, Devops, IT Professionals working on API
- Manual testers/QA/Testing Professionals looking to automate Restful API Testing
- Professionals/Automation Testers looking to test RestAPI application/WebServices
- Professionals looking to Unit Test API Testing
➖➖➖➖>> 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
- 1 stars: 12 votes
- 2 stars: 14 votes
- 3 stars: 75 votes
- 4 stars: 161 votes
- 5 stars: 222 votes
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!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024