REST API Testing, Automation using POSTMAN
REST API Testing, Automation using POSTMAN, available at $69.99, has an average rating of 4.39, with 79 lectures, based on 3702 reviews, and has 19050 subscribers.
You will learn about Capture Network Traffic by setting up Proxies Learn how to do multi-part File Uploads Perform data driven testing (create 1000 students with a click of a button) Learn how to send SOAP Requests using POSTMAN Integrate POSTMAN with NEWMAN & JENKINS Different types of Authentication (BASIC,OAUTH1.0,OAUTH2.0) Scripting in POSTMAN This course is ideal for individuals who are Developers, QA Engineers, SDET's, Devops, IT Professionals It is particularly useful for Developers, QA Engineers, SDET's, Devops, IT Professionals.
Enroll now: REST API Testing, Automation using POSTMAN
Summary
Title: REST API Testing, Automation using POSTMAN
Price: $69.99
Average Rating: 4.39
Number of Lectures: 79
Number of Published Lectures: 79
Number of Curriculum Items: 79
Number of Published Curriculum Objects: 79
Original Price: $24.99
Quality Status: approved
Status: Live
What You Will Learn
- Capture Network Traffic by setting up Proxies
- Learn how to do multi-part File Uploads
- Perform data driven testing (create 1000 students with a click of a button)
- Learn how to send SOAP Requests using POSTMAN
- Integrate POSTMAN with NEWMAN & JENKINS
- Different types of Authentication (BASIC,OAUTH1.0,OAUTH2.0)
- Scripting in POSTMAN
Who Should Attend
- Developers, QA Engineers, SDET's, Devops, IT Professionals
Target Audiences
- Developers, QA Engineers, SDET's, Devops, IT Professionals
POSTMANis a very popular tool used by software development teams in many companies. It is a very handy tool used by Developers when building RESTful web services, It is also used by many QA Engineersfor testing, automating RESTful services.
It is the “SWISS ARMY KNIFE” of REST API Development, Testing. It provides many out of the box features for consuming Restful 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.
- Capture Network Trafficby setting up Proxies
- Organize requests using Collections
- Learn how to do multi-part File Uploads
- Learn how to send SOAP Requests using POSTMAN
- Perform data driven testing (create 1000 students with a click of a button)
- Different types of Authentication (BASIC,OAUTH1.0,OAUTH2.0)
- Scripting in POSTMAN
- Integrate POSTMAN with NEWMAN
- Integrate POSTMAN with JENKINS to execute scheduled tests.
Whether you are developing API’s or testing them, this course will provide you with all the examples needed to understand the Rich features provided by POSTMAN
Course Curriculum
Chapter 1: Introduction to Postman
Lecture 1: Introduction to Postman
Chapter 2: Installing POSTMAN
Lecture 1: Installing the Postman Standalone App(Windows & macOS)
Chapter 3: POSTMAN Features
Lecture 1: POSTMAN APP Walkthrough
Lecture 2: Parameters,Response Handling in PostMan
Lecture 3: Starting the student App
Lecture 4: IMPORTANT: For users with Java 17+
Lecture 5: Launching Student app docker image
Lecture 6: GET Request(query parameters, path parameters)
Lecture 7: Create a new Student (POST method)
Lecture 8: Update student info(PUT request)
Lecture 9: Update partial info (PATCH request)
Lecture 10: Delete a student (DELETE method)
Lecture 11: HEAD method
Lecture 12: Options Method(Getting information about APIs)
Lecture 13: Generating code snippets in POSTMAN
Lecture 14: Creating presets
Chapter 4: Collections & Environments in POSTMAN
Lecture 1: Setting up BestBuy API Playground
Lecture 2: (ALTERNATIVE)-Launching Bestbuy API playground docker image
Lecture 3: Global,Environment & Collection Variables
Lecture 4: Variable Precedence in POSTMAN
Lecture 5: Creating collections in Postman
Lecture 6: IMPORT/EXPORT Collections in Postman
Lecture 7: Collection Runner in Postman
Lecture 8: Creating Documentation for API's
Lecture 9: Importing Data in POSTMAN
Chapter 5: SOAP Requests using POSTMAN
Lecture 1: Making SOAP Requests in POSTMAN
Chapter 6: Multipart FileUpload using Postman
Lecture 1: Setting up account on zamzar.com
Lecture 2: Multipart FileUpload using Postman
Chapter 7: Interceptor & Proxy to capture browser network traffic
Lecture 1: Capture traffic with Interceptor
Lecture 2: Setting up proxy in Postman
Chapter 8: Mock Servers & Mock Requests in Postman
Lecture 1: Overview on Mocking Apis
Lecture 2: Create Mock Server from requests & collections
Chapter 9: Using Authentication in POSTMAN
Lecture 1: Basic Authentication in Postman
Lecture 2: Introduction to paypal
Lecture 3: Creating developer account in paypal
Lecture 4: OAuth WorkFlow
Lecture 5: OAUTH2.0 Authentication with Paypal
Lecture 6: Introduction & Setup for Twitter API
Lecture 7: Creating,Reading tweets in Twitter using POSTMAN
Chapter 10: Data Driven testing using Postman
Lecture 1: Starting the student app
Lecture 2: Creating 1000 students using POSTMAN
Chapter 11: Scripting fundamentals in POSTMAN
Lecture 1: Scripting Overview in Postman
Lecture 2: Handling Global Variables in POSTMAN
Lecture 3: Interacting with environment variables in Postman
Lecture 4: Request,Response functions in POSTMAN
Lecture 5: Tests,Assertions in Postman
Lecture 6: *****OLDER STYLE OF SCRIPTING IN POSTMAN*****
Lecture 7: (DEPRECATED) Environment,Global Variable functions in POSTMAN
Lecture 8: (DEPRECATED) Request,Response properties in POSTMAN
Lecture 9: (DEPRECATED) Tests Object in POSTMAN
Lecture 10: (DEPRECATED) Converting Strings to JSON Objects in POSTMAN
Chapter 12: Practical Examples on Scripting in POSTMAN
Lecture 1: Getting Paypal Access token(using Basic Authentication)
Lecture 2: Creating a Payment in Paypal(OAUTH2 authentication)
Lecture 3: CSRF authentication using Postman
Chapter 13: Newman for CLI execution
Lecture 1: Introduction & installation of Newman
Lecture 2: Executing a collection in CLI
Lecture 3: Executing specific folders in collections
Lecture 4: Executing collection URL
Lecture 5: Executing collections with environments
Lecture 6: DataDriving tests in collections using Newman
Chapter 14: Source control with Git, GitHub
Lecture 1: Installing Git on Windows
Lecture 2: Introduction to git & GitHub
Lecture 3: Working with Git
Lecture 4: Working with GitHub
Lecture 5: Checking in Collections to Git & Github
Chapter 15: Jenkins,HTML Reports – Executing collections in Jenkins
Lecture 1: Jenkins download & startup(Applicable to both Windows & MacOsx)
Lecture 2: Setup Jenkins plugins
Lecture 3: Executing a collection in Jenkins
Lecture 4: Configuring HTML Reports in Jenkins
Lecture 5: Improved reporting with newman-html-reporterextra
Lecture 6: Integrate Git & Jenkins to execute collections in CI
Lecture 7: Execute postman collection from Jenkins Build (Windows)
Chapter 16: Course Files
Lecture 1: Collection Dump
Chapter 17: Final Exam (Walmart API)
Lecture 1: Introduction to Walmart Search API
Lecture 2: **********WALMART API KEY: IMPORTANT, PLEASE READ********************
Lecture 3: Exercise your skills
Lecture 4: Solution part-1
Lecture 5: Solution part-2
Lecture 6: Collection Dump
Instructors
-
Tejasvi Hegde
Test Automation Enthusiast
Rating Distribution
- 1 stars: 47 votes
- 2 stars: 70 votes
- 3 stars: 474 votes
- 4 stars: 1555 votes
- 5 stars: 1556 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