Webservices API Testing with Rest Assured API & POSTMAN 2023
Webservices API Testing with Rest Assured API & POSTMAN 2023, available at $69.99, has an average rating of 4.63, with 210 lectures, based on 1737 reviews, and has 11660 subscribers.
You will learn about *****In-Depth knowledge of POSTMAN Tool and REST ASSURED API***** *****Rest Assured API Automation with detailed framework designing on a Live project***** *****Everything about Webservices API Manual and Automation Testing***** *****Various tools integration like Maven, Jenkins, ExtentReports, Log4j, TestNG and many more***** *****Many Live APIs used for Practice purpose***** This course is ideal for individuals who are Manual Testers or Automation Testers or Team Leads or Developers or DevOps It is particularly useful for Manual Testers or Automation Testers or Team Leads or Developers or DevOps.
Enroll now: Webservices API Testing with Rest Assured API & POSTMAN 2023
Summary
Title: Webservices API Testing with Rest Assured API & POSTMAN 2023
Price: $69.99
Average Rating: 4.63
Number of Lectures: 210
Number of Published Lectures: 187
Number of Curriculum Items: 210
Number of Published Curriculum Objects: 187
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- *****In-Depth knowledge of POSTMAN Tool and REST ASSURED API*****
- *****Rest Assured API Automation with detailed framework designing on a Live project*****
- *****Everything about Webservices API Manual and Automation Testing*****
- *****Various tools integration like Maven, Jenkins, ExtentReports, Log4j, TestNG and many more*****
- *****Many Live APIs used for Practice purpose*****
Who Should Attend
- Manual Testers
- Automation Testers
- Team Leads
- Developers
- DevOps
Target Audiences
- Manual Testers
- Automation Testers
- Team Leads
- Developers
- DevOps
Webservices API Automation Testing using Rest Assured API and POSTMAN – Biggest course to cover all levels of API Testing using both Manual and Automation approaches on Live projects.
API Testing is very much in demand these days and people who are already familiar with the UI testing part should approach for API Testing as these days 90% of the Applications Web Based, Mobile Based, Database communicates with each other with APIs only i.e. REST and SOAP. REST being the light weight API 95% of the Industry works on RESTFul webservices. Big clients like Amazon, Facebook, LinkedIn, Google, Expedia etc their different apps communicates through RESTFul webservices itself.
If you are already familiar with Selenium then the combination of Selenium + API Testing is a boom in the Industry. Every next Automation opening in Industry around the globe has a requirement of good knowledge on Selenium + API Testing and not just the Manual part, companies they look for indepth understanding of API Automation which can be used in the same Automation framework designed to handle the UI, Database and the Mobile part. Using Rest Assured APIwe will look at in-depth framework designing on Webservicesautomation testing part which will include the most popular Cucumber BDD approach as well
Detailed topics covered:
-
API Testing basics
-
Difference in SOAP and REST and which one to use
-
Tools available for testing Webservices
-
POSTMAN in Depth
-
REST API Method – GET, POST, PUT, DELETE etc
-
RestAssured API and building frameworks
-
Handling OAUTH Authentication
-
JSON & XML
-
Introduction to Jackson Library
-
TestNG
-
Jenkins
-
Maven
-
Reporting Extent Report
-
Parallel Execution
-
Git/GitHub
-
Data Driven
-
Cucumber BDD
-
Many Live APIs used
Course Curriculum
Chapter 1: Introduction to Webservices (REST & SOAP APIs)
Lecture 1: Introduction to the Course
Lecture 2: FIXING THE BLURRED VIDEO SCREEN
Lecture 3: Detailed topics covered in the course
Lecture 4: What is a Webservice?
Lecture 5: SOAP vs REST in Detail
Lecture 6: CRUD (Create, Read, Update, Delete) Operations
Lecture 7: Understanding available HTTP Methods for CRUD Operations
Lecture 8: Why API Testing is Important?
Lecture 9: Six Principles / Constraints of a RestFul Webservices
Lecture 10: Webservices Introduction PDF file
Lecture 11: API Interview questions
Chapter 2: POSTMAN TOOL in Depth
Lecture 1: Installing POSTMAN and Walkthrough with the tool
Lecture 2: Creating the First Collection for API Request
Lecture 3: Sending the First API Request
Lecture 4: Understanding the request URI
Lecture 5: Request Data tabs
Lecture 6: Download the Practice API and Build it live on your machine
Lecture 7: Sending GET and POST Request
Lecture 8: Creating Environment and Variables
Lecture 9: Collection Runner
Lecture 10: PUT and PATCH Request
Lecture 11: DELETE and OPTIONS Request
Lecture 12: HEAD Request
Lecture 13: Adding Header Presets
Lecture 14: Download the POSTMAN Collections from previous and upcoming lectures
Chapter 3: Writing POSTMAN Testscripts
Lecture 1: Creating the very first test case
Lecture 2: Adding Assertions and validating response fields
Lecture 3: Sharing the collections
Lecture 4: Parameterization – Creating a DataDriven Testing and Reading CSV Files
Chapter 4: STRIPE API
Lecture 1: Understanding the API Documentation
Lecture 2: Creating a Customer using Basic Authentication
Lecture 3: List All Users
Lecture 4: Passing Authentication token in Headers
Lecture 5: Understanding the JSON Architecture
Lecture 6: ASSIGNMENT 1
Chapter 5: RestAssured API Introduction and Pre-requisite
Lecture 1: RestAssured API Introduction and Pre-requisite
Lecture 2: Download and Configure Java (JDK) on Windows
Lecture 3: Download and Configure Eclipse IDE on Windows
Lecture 4: Download and Configure Java (JDK) on MAC OSX
Lecture 5: Download and Configure Eclipse IDE on MAC
Chapter 6: CORE JAVA in Depth for Manual Testers and Beginners (OPTIONAL)
Lecture 1: Introduction to Core Java
Lecture 2: Download ALL Java PDF Lectures
Lecture 3: Classes and Objects
Lecture 4: Basic Java programming and features – Part 1
Lecture 5: Basic Java programming and features – Part 2
Lecture 6: Java Methods – Part 1
Lecture 7: Java Methods – Part 2
Lecture 8: Java Methods – Part 3
Lecture 9: Java Methods Part 4
Lecture 10: Java Methods Part 5 – PreDefined Methods and Math.Random()
Lecture 11: Java Methods Part 6 – Static and Non Static Methods
Lecture 12: IF and Else Statements
Lecture 13: Loops – While Loop
Lecture 14: Loops – Do While Loop
Lecture 15: Loops – For Loop
Lecture 16: Loops – Nested Loops
Lecture 17: Loops – Break and Continue statements
Lecture 18: Exception Handling – Part 1
Lecture 19: Exception Handling – Part 2
Lecture 20: Packages and Access Modifiers
Lecture 21: OOPS – Encapsulation
Lecture 22: OOPS – Inheritance
Lecture 23: OOPS – Polymorphism – OverLoading
Lecture 24: OOPS – Polymorphism – Overriding
Lecture 25: OOPS – Polymorphism – Overriding benefits and drawbacks
Lecture 26: OOPS – Abstract classes
Lecture 27: OOPS – Interfaces
Lecture 28: Reading Properties files
Lecture 29: Java Streams – Writing in TXT and CSV files
Lecture 30: Java Stream – Writing HTML Files and Reading files
Lecture 31: Java Stream – Apache POI Creating and Writing Excel Files
Lecture 32: Java Stream – Apache POI Reading Excel Files, Extended Loops
Lecture 33: POI Latest ExcelReader file and Dependencies
Lecture 34: Reading Notepad file
Lecture 35: Collections – Wrapper Classes, Autoboxing and Unboxing
Lecture 36: Collections – ArrayList
Lecture 37: Collections – HashSet
Lecture 38: Collections – HashMap
Lecture 39: Reflection API
Lecture 40: Difference between == & equal to operator and Singleton design pattern
Lecture 41: Apache Log4J API – Console & File Appenders
Lecture 42: Apache Log4J API – SMTPAppender
Lecture 43: Apache Log4J API HTMLAppender
Lecture 44: Download the Log4j code and log4j.xml file
Lecture 45: Log4J API – NEW UPDATE
Lecture 46: Updated Log4j and ExcelReader code
Chapter 7: Getting started with Rest Assured API
Lecture 1: Library and Static Imports
Lecture 2: Installing Maven on Windows
Lecture 3: Installing Maven on MAC OSX
Lecture 4: Adding Rest Assured Dependencies and Getting started with the first API Request
Lecture 5: Sending the GET Request with Basic AUTH and Parameters
Lecture 6: Sending the GET Request with Headers for Single user
Lecture 7: Sending the POST Request through Form Parameters
Instructors
-
Rahul Arora
Way2Automation – Director & The Automation Guru
Rating Distribution
- 1 stars: 25 votes
- 2 stars: 34 votes
- 3 stars: 190 votes
- 4 stars: 636 votes
- 5 stars: 852 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