Rest API Automation With Rest Assured – Novice To Ninja
Rest API Automation With Rest Assured – Novice To Ninja, available at $59.99, has an average rating of 4.45, with 105 lectures, based on 799 reviews, and has 4137 subscribers.
You will learn about ***** At the end of this course, you will have detailed understanding of REST API Automation Frameworks You will be able to EXPLAIN, DESIGN and IMPLEMENT structured AUTOMATION FRAMEWORKS using RestAssured Libraries *** In-depth understanding of REST API Automation using RestAssured with real time examples Thorough understanding of REST testing tools like POSTMAN, Advanced REST Client Write efficient and less redundant code using RestAssured Specifications ***** We have 10 dedicated INSTRUCTORS to help you with queries within 24 HOURS, resume preparation You will be able to run complete Test Suite using TestNG and Maven You will have complete understanding of TestNG Framework ***** You will have excellent command on Build Management using MAVEN You will be able to create REPORTS using TestNG ***** You should be able to lead any Selenium Automation Project from scratch on your own With all this knowledge gained, you should be easily able to clear Selenium Automation interviews This course is ideal for individuals who are Quality Assurance professionals and Manual testers looking to start career on test automation or Quality Assurance Automation professionals to intensify their current test automation skill sets or Fresh Graduates who want to make a dream career in software engineering or Quality Assurance Team leads and Managers It is particularly useful for Quality Assurance professionals and Manual testers looking to start career on test automation or Quality Assurance Automation professionals to intensify their current test automation skill sets or Fresh Graduates who want to make a dream career in software engineering or Quality Assurance Team leads and Managers.
Enroll now: Rest API Automation With Rest Assured – Novice To Ninja
Summary
Title: Rest API Automation With Rest Assured – Novice To Ninja
Price: $59.99
Average Rating: 4.45
Number of Lectures: 105
Number of Published Lectures: 103
Number of Curriculum Items: 105
Number of Published Curriculum Objects: 103
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- ***** At the end of this course, you will have detailed understanding of REST API Automation Frameworks
- You will be able to EXPLAIN, DESIGN and IMPLEMENT structured AUTOMATION FRAMEWORKS using RestAssured Libraries
- *** In-depth understanding of REST API Automation using RestAssured with real time examples
- Thorough understanding of REST testing tools like POSTMAN, Advanced REST Client
- Write efficient and less redundant code using RestAssured Specifications
- ***** We have 10 dedicated INSTRUCTORS to help you with queries within 24 HOURS, resume preparation
- You will be able to run complete Test Suite using TestNG and Maven
- You will have complete understanding of TestNG Framework
- ***** You will have excellent command on Build Management using MAVEN
- You will be able to create REPORTS using TestNG
- ***** You should be able to lead any Selenium Automation Project from scratch on your own
- With all this knowledge gained, you should be easily able to clear Selenium Automation interviews
Who Should Attend
- Quality Assurance professionals and Manual testers looking to start career on test automation
- Quality Assurance Automation professionals to intensify their current test automation skill sets
- Fresh Graduates who want to make a dream career in software engineering
- Quality Assurance Team leads and Managers
Target Audiences
- Quality Assurance professionals and Manual testers looking to start career on test automation
- Quality Assurance Automation professionals to intensify their current test automation skill sets
- Fresh Graduates who want to make a dream career in software engineering
- Quality Assurance Team leads and Managers
REST Assured
is powerful set of APIs to automate Restful APIs/Restful Webservices
(just like Selenium WebDriver for Web Application).
Almost all web applications use Rest APIs to communicate with back-end and it has gained a lot of popularity in the modern day application architecture.
It
is very important for QA/Automation engineers to understand how to
automate Rest API tests. Automating Rest APIs tests is very crucial for
projects because Rest API tests are quick to run and more stable unlike
web automation.
90% of the IT industry is now moving towards Rest API Automation —- So What are you waiting for ???
********************* Why this course? *********************
——> No other course covers topics covered in this course with such great depth of detail.
All materials including code files.
——> We start from Beginners level and go through Advanced FRAMEWORK level. This is a single course for
everything you need to know related to Rest API Manual testing and Automation.
***** One stop place to become an Expert in Rest APIAutomation Framework from scratch *****
***** One and Only course on internet with real time APIs with Framework Implementation like Twitter and Google Maps examples *****
——> Basics To Advanced Level With Rest Assured, Postman, Java, TestNG, Framework Implementation From Scratch
Get awesome Support, on demand desktop session on Team Viewer and Skype.
********************* WHAT MAKES THIS COURSE BEST?*****************************
We assume that students have no experience in automation/coding and start every topic from scratch and basics.
Examples are taken from TESTING REAL TIME HOSTED Rest APIsto
understand how different components can be automated, that will give
you idea of industry level framework and give you confidence.
NO PRIOR CODING OR AUTOMATION EXPERIENCE NEEDED,this course covers all the necessary topics.
Get more than 25 hours of unique content with real example code files provided to refer and learn with examples.
*******************************************************************************************************
- Are you looking to step into Rest API Automation industry with the latest technologies in market?
- Are you keen to learn Rest API Automation using RestAssured with java and other latest framework technologies?
- Interested in learning how Rest APIs are automated in projects?
We start with how to code in Java and then move towards learning Postman Client, RestAssured, TestNG, Maven.
Topics Include:
- Understand and use POSTMAN to send requests (using GET, POST, PUT, DELETEoperations)
- Introduction to REST Assured, which is a popular open
source library used for API test automation. - Learn how to write tests
for GET, POST, PUT and DELETE operations using Real Time hosted Rest APIs like Google’s and Twitter’s Real Time hosted Rest APIs - Understand and use JSONPath, XML Path to assert and extract response
- Understand how to write efficient and less redundant code using Request Specification, Response Specification, Logging
- Adding multiple assertions to a single test
- Learn Authentication using OAuth on Twitter’s Real Time hosted Rest APIs
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Outcome – *** MUST WATCH ***
Lecture 2: Instructor Introduction
Lecture 3: How To Reach Me Anytime? *** MUST WATCH ***
Chapter 2: Java Setup and Installation
Lecture 1: Java Overview And Version Selection
Lecture 2: Java Install And Setup – Mac
Lecture 3: Java Install And Setup – Windows
Lecture 4: Install Eclipse – Windows
Lecture 5: Eclipse Installation – Mac
Chapter 3: 12 Hours Of Java And TestNG Content
Lecture 1: 7 Hours Of Java Content
Lecture 2: 5 Hours of TestNG Content
Chapter 4: RestAPI Introduction
Lecture 1: RestAPI Architecture – Part 1
Lecture 2: RestAPI Architecture – Part 2
Lecture 3: What Are Endpoints
Lecture 4: GET-POST-PUT-DELETE Requests
Lecture 5: Understanding Headers
Lecture 6: What To Verify In RestAPI Testing
Lecture 7: Twitter API Documentation
Lecture 8: Rest API Information Text File
Chapter 5: Rest Client Setup
Lecture 1: Postman REST Client Installation
Lecture 2: Advanced Rest Client Setup
Lecture 3: Rest Easy Client – Setup
Chapter 6: RestAPI Testing Using Postman Client
Lecture 1: Understanding Google Maps API Documentation
Lecture 2: How to get Google API Key
Lecture 3: GET Request Postman Client – Practical Example
Lecture 4: POST Request Postman Client – Practical Example
Lecture 5: Delete Request Postman Client – Practical Example
Lecture 6: POST-GET-DELETE Complete Workflow – Practical Example
Lecture 7: Understanding WADL Documentation
Chapter 7: RestAssured Setup
Lecture 1: RestAssured Setup – Part 1
Lecture 2: RestAssured Setup – Part 2
Lecture 3: Build Path Clean Up
Chapter 8: RestAPI Automation Overview
Lecture 1: Get Request – Practical Example
Lecture 2: How to get response body
Lecture 3: Understanding JSON Hierarchy
Lecture 4: How To Validate Response Body
Lecture 5: POST Request – Practical Example
Lecture 6: POST Request with Java Object Serialization
Lecture 7: Query Parameters Vs Path Parameters
Chapter 9: OAuth Real World Twitter APIs Example
Lecture 1: Understanding Twitter APIs OAuth
Lecture 2: How To Generate Twitter Access Tokens
Lecture 3: Twitter GET-POST Request Using Postman
Lecture 4: OAuth Environment Setup
Lecture 5: Twitter POST Request – Practical Example
Chapter 10: Validating JSON Response
Lecture 1: How to extract JSON response – Part 1
Lecture 2: How to extract JSON response – Part 2
Chapter 11: Twitter End-To-End Workflow
Lecture 1: Twitter GET Request
Lecture 2: Twitter End-To-End Workflow
Lecture 3: Path Parameter Usage In Twitter Workflow
Chapter 12: Validating XML Response
Lecture 1: How to extract XML response – Part 1
Lecture 2: How to extract XML response – Part 2
Chapter 13: Request And Response Logging
Lecture 1: Request And Response Logging Introduction
Lecture 2: RestAPI Request Logging
Lecture 3: RestAPI Response Logging
Chapter 14: Rest Assured Assertions
Lecture 1: What to validate in Rest Assured?
Lecture 2: Hard Asserts Using RestAssured
Lecture 3: Soft Asserts Using Rest Assured
Chapter 15: Useful Tricks
Lecture 1: RootPath – Practical Example
Lecture 2: How To Check Response Time
Chapter 16: Rest Assured Specifications
Lecture 1: Rest Assured Specifications Advantages
Lecture 2: Request Specification
Lecture 3: Response Specification
Lecture 4: Clubbing Request And Response Specification
Chapter 17: Automation Framework – Part 1
Lecture 1: Advantages Of Automation Framework
Lecture 2: Maven Project Setup
Lecture 3: Organizing Framework Constants
Lecture 4: Project Dependencies Setup
Chapter 18: Automation Framework – Part 2
Lecture 1: Building Rest Utilities – Part 1
Lecture 2: Building Rest Utilities – Part 2
Lecture 3: Building Rest Utilities – Part 3
Lecture 4: Building Rest Utilities – Part 4
Chapter 19: Automation Framework – Part 3
Lecture 1: User Timeline Framework Test – Part 1
Lecture 2: User Timeline Framework Test – Part 2
Lecture 3: User Timeline Framework Test – Part 3
Chapter 20: Practice Exercise
Lecture 1: Practice Exercise Question
Lecture 2: Practice Exercise Solution
Chapter 21: End To End Framework Execution
Lecture 1: Running End-To-End Framework Using TestNG
Lecture 2: End-To-End Framework Execution Using Maven
Lecture 3: Complete Framework Code Download
Chapter 22: Git And GitHub – Version Control System
Instructors
-
Lets Kode It
Your Passionate Guides to Test & Automation Mastery
Rating Distribution
- 1 stars: 18 votes
- 2 stars: 20 votes
- 3 stars: 87 votes
- 4 stars: 236 votes
- 5 stars: 438 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