Learn Rest Assured - Online API Automation Course
4.8+ Rating
1500+ Enrollments

Mastering Microservices and REST API Automation using REST Assured

Sidharth Shukla Thumb
INSTRUCTOR
Sidharth Shukla

The most in demand Recorded course on API Testing & API Automation with REST Assured on the Internet.

 

With no prior experience required, by the end of this course, you will be able to master API Testing and Automation with Live Projects.

  1. Backend Testing with Rest Assured
  2. Learn framework designing from scratch
  3. Knowledge on REST & SOAP
  4. API Testing with ChatGPT
  5. Get access to most important interview questions and answers
  6. Regular doubt resolving sessions
  7. Lifetime access
  8. 100% feesback with 1 month course completion challenge*
$ 45 $ 56 20% off

Finer Circle

Access this and 27 other courses along with AI Masterclasses, 1-1 Mentoring, and more.

Join Finer Circle / Year
Featured Image
Lessons
150+ Lessons and Projects
lifetime access
Lifetime Access
Certificate
13+ Hours of Content
Recorded Course
instructor access
Instructor
Access
fee back
Fees Back

Free masterclass with the educator included with the course. Enroll today!

thrive animate

Mastering REST API Automation using REST Assured Course

Access this and 27 other courses along with AI Masterclasses, 1-1 Mentoring, and more.

Join Finer Circle / Year

What you’ll learn

API Testing
REST API
ChatGPT
Postman
  • You'll be able to master REST API Automation with no prior experience
  • Introduction to APIs with Real-world Examples
  • Mastering API Testing: From Basics to Benefits
  • End-to-end learnings around Postman and Postman Powerhouse
  • API Automation using REST Assured with Projects
  • CI/CD Implementation with Jenkins
  • Create your own application and test it using REST Assured
  • ChatGPT API Automation
  • Cheatsheets and lessons on interview preparation and resume creation

Why you should take up this course?

  • 1 The most complete course on API Testing on the internet
  • 2 Learn from an Industry Expert Educator followed by thousands
  • 3 Over 12 hours of content - ready to get you started with API Testing
  • 4 Practical real-world examples that can be utilized immediately
  • 5 Stay ahead of the curve with lessons on API Testing with ChatGPT
  • 6 Receive a certificate upon completion

Course Content

66 Modules 149 Lessons
Download Syllabus
Expand All
API Fundamentals

Introduction to API 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

How to see APIs in Network Section?

Real-time example of a Travel Company

History of APIs

Mastering API Testing: From Basics to Benefits 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Why do we need API Testing?

Benefits of API Testing

HTTP & HTTPS Demystified: Protocols Unveiled 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

What are HTTP and HTTPS Protocols?

HTTP vs HTTPS

Microservices vs. Monoliths and the Role of API Testing 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Microservice and Monolith Architecture

Importance of API Testing in Microservices

Webservices & APIs Unveiled: Types & Comparison 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

What are Webservices? Types of Webservices

Webservices vs API

Unveiling the World of REST: A Comprehensive Guide 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

RESTful Web Services

REST vs RESTful

A Comprehensive Study of API Types 4 Lessons

Expand
Module Content
0% Complete 0/4 Steps

Types of API

REST vs SOAP

JAX-RS and JAX-WS

Synchronous vs Asynchronous

HTTP Methods Decoded 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

HTTP Methods – GET, POST, PUT, PATCH, DELETE

Idempotency

HEAD and OPTIONS Methods

HTTP Status Codes Demystified: Types & Real-Time Usage 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

HTTP Status Codes

Types of Status Codes

Most used Real-time Status Codes

What is GraphQL and How is it different from Rest API?

Postman

Installation & Navigation 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Installing Postman

What does Postman do? Navigating in Postman.

Workspace, Collection & History 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Postman Workspace

Collections on Postman

How to use History in Postman

Postman : Response Saving, Variables, Settings, and Cookie Validation 4 Lessons

Expand
Module Content
0% Complete 0/4 Steps

Saving Responses, Sending and downloading in Postman

Environment and global variables in Postman

Settings in Postman, Proxy, Certificates and SSL in Postman

Cookies and Validating them in Response

POST and PUT Mastery: Executing in Postman 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Running POST and PUT in Postman

Query Params & Headers in Postman 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Query Params in Postman

Headers – Definition, Content-Type, Authorization, Validate Headers

Authorization with Postman 4 Lessons

Expand
Module Content
0% Complete 0/4 Steps

What is Authorization?

Testing Postman – Basic Auth

Digest Auth and executing in Postman

OAuth and Executing H1 and H2 in Postman

cURL with Postman 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

cURL command and why we need it in API Testing?

Generating cURL Command and Executing Command Line

Postman Powerhouse: PATCH, DELETE, POST, Options, Sharing 5 Lessons

Expand
Module Content
0% Complete 0/5 Steps

Executing PATCH in Postman

Executing DELETE in Postman

POST Method with Login and Registration Example

Executing OPTIONS and HEAD in Postman

Sharing, Exporting and Importing in Postman

REST Assured

API Automation & REST Assured 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Importance of API Automation

What is REST Assured?

Framework Setup with Folder Structure 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Intellij installation in Windows and Mac

Why is Maven required? Creating your first Maven project in Intellij

Need for Folder Structure and Design Folder Structure

REST Assured – First Script with GET 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Creating the first script in REST Assured

Validate GET Method Response body with REST Assured using “then”

Best Practices – Response Body Validation

Hamcrest Essentials: Matchers & Validation 5 Lessons

Expand
Module Content
0% Complete 0/5 Steps

Hamcrest and Important Matchers

hasItems matchers in Hamcrest

hasSize matchers in Hamcrest, Summarize – hasItem and hasSize

Containers & Validation in single field from all lists in specific order

How to validate all the fields in an array and use matchers “is”

REST Assured – Query Param, Path Param, Form Param 6 Lessons

Expand
Module Content
0% Complete 0/6 Steps

Automate Query Params with REST Assured

Pass Multi Query Params with REST Assured

Path Param vs Query Param

Automate Path Param in REST Assured

How to print response body in the Console

Form Params and Automating Form Params using REST Assured

REST Assured – Headers 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Automating Single and Multiple Headers using REST Assured

Sending Multiple Headers with Map in REST Assured

Maps in Framework and Automating Response Headers in REST Assured

REST Assured – Cookies 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Automating Cookies in REST Assured

Automating fetch Cookies scenarios with REST Assured

Basic Auth and Digest Auth with REST Assured 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Basic Auth using REST Assured

Automating Digest Auth with REST Assured

REST Assured – DELETE 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Automating DELETE method with REST Assured

Framework – ENUM 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Creating ENUM Class for Status Codes with Parameterized Constructors

Framework – Test Data Management

Framework – Property File Reader 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Creating and Managing Utility Package for Property Files

Using TestData Reader and Property Files together

Collection Runner and Performance Testing with Collection Runner

Framework – Soft & Hard Assert 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Difference between Soft Assert and Hard Assert with examples

Framework – Wrapper Class with Soft Assertion 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Wrapper Class – Importance and Creating Wrapper for Soft Asserts

Framework – TestNG 5 Lessons

Expand
Module Content
0% Complete 0/5 Steps

TestNG and using Parameters and Data Providers in TestNG

Creating Test Suite with Package and Class Tag

Group Tags, Using Groups to create smoke and regression test Suite

Parallel Testing with Classes, Tests with Thread Count

Executing Suite with Group Tag

Framework – Test Data Management 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

Read JSON Array, integer with JSON, simple dependency

Read complex JSON array to fetch data

REST Assured – Automate Request body in 3 ways 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Automating Request Body in 3 ways in REST Assured

Automate Request Body with String – POST, PUT, PATCH

External JSON file for Request Body with String – POST, PUT, PATCH

Framework – Retry Listeners 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Retrying Listeners to rerun failed API Test Cases

REST Assured – Upload Files 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Uploading files in REST Assured

Framework – Extent Report 5 Lessons

Expand
Module Content
0% Complete 0/5 Steps

Extent report – Part-1

Extent config class setup to read the extent-config class.xml

Extent report Implementation – Base Test and Framework Setup

HTML Report Generation with Timestamp Folder

Extent report generation with Failed Status and Debugging

Serialization, Deserialization & POJO 7 Lessons

Expand
Module Content
0% Complete 0/7 Steps

Serialization and Deserialization

POJO and its relation to serialization/deserialization

Automating POST with POJO, Serialization of POST with POJO

Convert JSON Array to POJO

Automate PUT and PATCH with POJO reutilization

Complex JSON to POJO Serialization with Nested JSON example

Deserialize simple and complex JSON with POJO

REST Assured – JSON Schema 2 Lessons

Expand
Module Content
0% Complete 0/2 Steps

JSON Schema and Performing Schema Validation

JSON Schema Validation with REST Assured

Framework – Design Pattern Implementation 5 Lessons

Expand
Module Content
0% Complete 0/5 Steps

Design Patterns and Types of Design Patterns in Automation

Singleton Pattern Implementation with SoftAssertionUtil

Builder Pattern Implementation with Request Specification

Builder Pattern Implementation with Response Specification

Summarize Builder Pattern Usage and Code Optimization – Assignment

Downloadable Automation Resources

GIT

GIT Commands with examples 15 Lessons

Expand
Module Content
0% Complete 0/15 Steps

What is GIT? Creating a GIT Repo

Pushing Code to GIT repo

GIT Push with Generate Access Token for GIT

GIT Clone and 3 real examples on GIT Status usage

GIT Command – Add, Commit, Push, Pull

GIT Branch Rename

GIT Branching Strategy for Automation Framework

Push New Branch to remote repo

GIT Conflict Example with Resolution

GIT Conflict Example with Additional Code

GIT Log

GIT Rebase with Examples and real-time GIT Command

GIT Command – Show and Diff

GIT Reset types with example

Undo commit with GIT reset – hard and soft

Downloadable GIT Resources

Jenkins

CI/CD Implementation with Jenkins 12 Lessons

Expand
Module Content
0% Complete 0/12 Steps

What is CI/CD?

Need for CI/CD in Automation Testing

Jenkins and Jenkins Alternatives

How to integrate TestNG.xml suite with POM

Live Debugging Example using Maven Clean Test

Installing Jenkins and setting up Maven in Jenkins Configuration

How to create Jenkins job with Maven?

Scheduling Jenkins job for nightly automation suite

Triggering email notifications for failed Automation suite

Installing email plugin in Jenkins

Triggering email for automation with the plugin

Creating Pipeline with Build, Deploy and Test job in Jenkins

Downloadable Jenkins Resources

Real-Time Projects

API Chaining with Examples 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

API Chaining

Real-time example with API Chaining Token

Automating API Chaining with REST Assured

ChatGPT API Automation

Create New Application with Real-time Examples 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Create New Application, Set up Auth and Automate with REST Assured

Automating POST Method with Access Token – Coop App Scenarios

Automate Application Token with Form Params

Code Optimization 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Code Optimization Assignment

JSONPath 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Using Online Tools for JSONPath

Framework – Constant Class 1 Lesson

Expand
Module Content
0% Complete 0/1 Steps

Using Constant Class in Automation Framework

Metrics and Resume

Important Notes: Coding Standards, Resume & Metrics 3 Lessons

Expand
Module Content
0% Complete 0/3 Steps

Java Coding Standards

Automation Test Estimation, ROI, and Plan

Resume Format and what to add in Resume – Linkedin

Other Downloadable Resources

Resource Download – Interview Q&A

Resource Download – MCQ

Resource Download – Test Strategy & Plan Template

Resource Download – GIT & Jenkins

Core Java Interview Q&A

Resource Download – API

GitHub Project

GitHub Project

Slides used in the Course

Love for the course on Social Media:

Learner Reviews
5 out of 5

Supercharge your career with these bonuses worth ₹6,500!

Laptop 1

Masterclass w/ Educator

Lamp and Brain 11

13+ Live Projects

Lamp and Brain 14

Resume/CV
Preparation

Lamp and Brain 13

Test Strategy
Template

ChatGPT 3D Icon removebg preview 1

Integrate RA with ChatGPT

image 6344319

Excl. Group w/ Educator

image 6344318

Sample GitHub
Repositories

postman 3D icon

Postman Cheatsheet

Meet your industry-expert instructor

Sid Shukla

Sidharth Shukla

SDET-2, MAANG - Vancouver
2500+ Students taught Author - 51K+ Readers and Followers International Speaker

Sidharth is an experienced Educator and passionate Tester with 12+ Years of Experience in different domains of Testing. He’s worked across E-commerce, Finance, Insurance, OTT, and VOIP. He’s also a passionate writer with over 51K+ Testers across the world following his content. Additionally, his style of teaching is appreciated with over 2,500 students across the globe and his style of teaching is extremely appreciated.

Get a Certificate
of completion

We’re glad to offer you a certificate of completion for our Mastering REST API Automation course as a proof of your commitment to learning.

Certificate of Completion - REST Assured

This course is meant for you if:

You don't have prior experience

You're interested in API Automation

You want to learn REST Assured

You want an Expert Educator

You want to learn affordably

You want to learn at your own pace

FAQs

Everything you need to know about this course.
Still can’t find what you were looking for?
Chat with us using the Chat Bot.

Who should take up this course?

Those who are looking to learn REST API Automation from scratch, besides that you get a quick refresher into REST Assured if you're interested.

Is this course updated?

This course is updated as of 2023.

Will I be provided with a certificate upon completion of the course?

Yes, you will be provided with a certificate upon completion of the course.

Will I receive lifetime access to the course?

Yes! You will receive lifetime access to the course.

How do I receive back my fees paid?

If you complete the course within 1 month and are interested in  receiving your fees paid, you can send us a mail at [email protected]. Note that, you will no longer have the access to the course once the fees back is claimed

Are there live classes for this course?

The course is not live. These are pre-recorded videos that allow you to learn at a self-pace. You can get in touch with our community with all our questions regarding the topic.

How much coding do I need to know before taking up this course?

No prior coding experience will required.

Can I take up this course as a manual tester?

Yes, this course definitely caters to manual testers looking to upskill. No prior coding knowledge is required, the needed Java skills are covered in this course. 

PEOPLE’S POPULAR CHOICE

You might also be interested in:

Why choose Thrive EdSchool?

Industry Expert Educators at the most affordable price

Thought Leaders
involved
0 +
Strong
Community
0 +
Events
Organised
0 +
Courses being
Planned
0 +

CI/CD for Testers

Beginner
Special Offer
1499
1299

What you’ll learn

Complete Playwright Guide (V1.50) + Jenkins, Docker, Cucumber

Playwright
Beginner
Special Offer
1499
1299

What you’ll learn

Playwright
TypeScript
Docker
Jenkins
Cucumber
Web Automation
  • Learn Basic and Advanced TypeScript
  • Mastering Basic and Advanced Playwright (Latest Version - 1.51)
  • Robust framework w/ Playwright, Docker, Cucumber, Jenkins
  • Scalable test architecture with POM & fixtures
  • API automation with REST and Playwright
  • Containerized testing with Docker & Jenkins
  • Cucumber BDD for scalable automation
  • API Testing using Playwright

DevOps for Testers

Web Automation
Beginner
Special Offer
1199
999

What you’ll learn

Web Automation

Linux for Test Automation

Programming
Beginner
Special Offer
1199
799

What you’ll learn

Programming

Mastering Karate DSL

API Automation
Beginner
Special Offer
$ 40
$ 36

What you’ll learn

API Automation
  • API testing fundamentals with Karate framework
  • Advanced response validation and complex scenarios
  • Performance testing and interpreting metrics
  • Data management with reusable functions
  • Secure authentication and authorization
  • Creating and using conditional execution
  • Integrating tests into CI/CD pipelines

Mastering SQL

Programming
Beginner
Special Offer
$ 33
$ 29

What you’ll learn

Programming
  • Aggregate Functions
  • Cardinality
  • Joins
  • Subqueries
  • CTE: Common Table Expressions
  • Views
  • Understand the 'Why' behind queries

TribeQonf 2024 – Day 2

Beginner
Special Offer
10000
9999

What you’ll learn

TribeQonf 2024 – Day 1

Beginner
Special Offer
10000
9999

What you’ll learn

Testing AI Apps – GPT, LLMs and more

Generative AI
Beginner
Special Offer
$ 48
$ 45

What you’ll learn

Generative AI
Web Automation
  • AI/ML Fundamentals: Supervised, unsupervised, and deep learning concepts
  • Generative AI & LLMs: Exploration of GPT and BERT
  • Vector Databases & RAGs: Master vector databases and RAGs like a pro
  • Real-world QA Practices - QA for your everyday work
  • AI/ML Model Testing: Evaluate performance, bias, robustness, and fairness
  • Giskard Integration: Model evaluation and custom test workflows
  • Advanced Testing: Drift detection, robustness and adversarial testing.

Shifting Left: A Course for Accelerated Quality

Testing Fundamentals
Beginner
Special Offer
$ 43
$ 39

What you’ll learn

Testing Fundamentals
Non Functional Testing
  • Increase your understanding of SDLC and implementing optimizations
  • Learn the processes and mindsets used in some of the largest companies in the world
  • How to write reliable and impactful automation tests
  • Change your entire mindset about quality and become a leader
  • Demonstrate progress with metrics and track quality impact
  • Separate yourself from the rest of the crowd - differentiate yourself uniquely

Learn Typescript from Scratch

TypeScript
Beginner
Special Offer
$ 34
$ 30

What you’ll learn

TypeScript
Programming
  • TypeScript syntax and type system
  • Arrays, tuples, enums, and functions
  • Classes, interfaces, and OOP concepts
  • Asynchronous programming (Promises, async/await)
  • Advanced types, decorators, and generics
  • Project setup, tooling, and best practices

Master Selenium with Python – Learn, Practice, & Create your own Frameworks

Selenium
Beginner
Special Offer
$ 49
$ 45

What you’ll learn

Selenium
Python
GIT
Jenkins
Web Automation
  • Python Programming - Basics to Advanced
  • Mastery over Selenium concepts
  • Unit test And Pytest Framework
  • Automation Framework Design
  • Logging Infrastructure
  • Cross-Browser Testing
  • Continuous Integration With Jenkins
  • GIT and Version Control Systems
  • Interview Preparation for all aspects

Learn Core and Advanced Java for Testers and QAs

Java
Beginner
Special Offer
$ 39
$ 36

What you’ll learn

Java
Web Automation
  • Elements of a Java Program
  • Data Types and Variables
  • Operators in Java
  • Mastery of Object-Oriented Programming (OOP)
  • How to use Control Statements?
  • Inheritance, Abstractions and Polymorphism
  • Arrays - One-Dimensional and Multi-Dimensional
  • Enumerations
  • Exception Handling
  • Practical Lessons with code included

Cracking your Dream Job – A Course to get you hired today!

Beginner
Special Offer
$ 65
$ 51

What you’ll learn

  • Crafting the perfect resume
  • Beating Applicant Tracking Systems
  • Writing relevant, unique cover letters
  • Optimizing each section of Linkedin
  • Acing Group Discussions for any topic
  • Perfecting your Interview Prep
  • Ensuring your Cold Email is read
  • Building your Personal Brand

Worqference 2024

Beginner
Special Offer
2000
999

What you’ll learn

Master Performance Testing Gatling + Scala + Jenkins – Mar’24

Beginner
Special Offer
$ 35.98
$ 33.98

What you’ll learn

  • Performance Testing Introduction and its types
  • Introduction to Gatling
  • Gatling Basics - Add Pause Time, Assertion - Response Status, Extract Data from Response Body
  • Gatling Advanced - Base Test, Looping HTTP Calls, Authentication
  • Gatling Enterprise and Grafana
  • API Performance Testing with Gatling
  • CI/CD with Jenkins
  • Scala - Basics to Advanced

Learn Appium 2.0 with Java from Scratch

Mobile Automation
Beginner
Special Offer
$ 71
$ 56

What you’ll learn

Mobile Automation
Appium

Learn Cypress.io with Docker, Cucumber, and Jenkins

Cypress
Beginner
Special Offer
$ 64
$ 51

What you’ll learn

Cypress
Docker
Jenkins
Web Automation
  • You will be a master in 2024 Cypress in the latest version by the end of this course
  • Build a robust framework using Cypress, Docker, Cucumber, and Jenkins
  • Complete knowledge of how to write tests in Cucumber BDD style
  • Complete knowledge of Docker and how to run tests inside Docker
  • Complete understanding of Cypress Components such as fixtures, plugins, screenshots and videos
  • Usage of Cypress in real-world automation end-to-end testing
  • Learn API testing using Cypress
  • Learn how to use Mocks for seamless web automation

Security Testing Mastery- Basics to Advanced

Security Testing
Beginner
Special Offer
$ 65
$ 51

What you’ll learn

Security Testing
Burp Suite
Non Functional Testing

Master WebDriverIO with JavaScript – From Basics to Advanced

Beginner
Special Offer
$ 75
$ 60

What you’ll learn

Agile Quality Quest: Mastering Dynamic Testing in Agile Environments

Agile
Beginner
Special Offer
$ 62
$ 49

What you’ll learn

Agile
  • What is Agile and Agile Testing?
  • Creating your custom Test Automation Strategy
  • Key Tasks of a Tester in an ongoing sprint
  • A Typical Day in the Life of an Agile Tester
  • Test Driven Development (TDD) and Business Driven Development (BDD)
  • Differences in Testing in Scrum, Kanban, XP, SAFe, LeSS
  • Agile Retrospectives and Feedback loops

Learn Selenium with Java: From Basics to Advanced

Selenium
Beginner
Special Offer
$ 56
$ 45

What you’ll learn

Selenium
Java
TestNG
GIT
Jenkins
Web Automation
  • The Fundamentals of Java and Programming
  • Object Oriented Programming (OOPs) in Java
  • Learn about HTML, XPath, and CSS Path
  • Selenium WebDriver - Basics to Advanced
  • Selenium Architecture
  • Learn Selenium and Java with Live Projects
  • Locators and Web Elements
  • Bonus - GIT, TestNG, Maven, Jenkins

Learn TestNG from Scratch

TestNG
Beginner
Special Offer
$ 70
$ 56

What you’ll learn

TestNG
Web Automation
  • Introduction to TestNG
  • Accessing Maven and Eclipse IDE
  • Creating your own TestNG program
  • Annotations in TestNG
  • Annotation Attributes
  • Assertions in TestNG
  • Listeners in TestNG

Learn Playwright with TypeScript

Playwright
Beginner
Special Offer
$ 70
$ 54

What you’ll learn

Playwright
TypeScript
Web Automation
  • Learn TypeScript from Scratch
  • Introduction and deep-dive to Playwright
  • Playwright setup from Scratch
  • Web UI Testing with Playwright
  • API Testing with Playwright
  • Visual Testing with Playwright
  • Learn from Sample Projects

JMeter Load Testing Workshop by Sandeep Garg

Beginner
Special Offer
4000
1999

What you’ll learn

TribeQonf 2023

Beginner
Special Offer
7999
4999

What you’ll learn

Become an Expert in BDD with Cucumber

testing
Beginner
Special Offer
$ 25
$ 20

What you’ll learn

testing
  • What is BDD? Why is it used?
  • The Three Amigos
  • Create a BDD (Cucumber) Project in Eclipse
  • Understand how Gherkin works
  • Integrating Cucumber with Selenium WebDriver and TestNG
  • Running a Test on a Sample Application
  • Data-Driven Testing
  • Background, Tags, and Hooks
  • Best practices for BDD and Cucumber

Generative AI for Testers: ChatGPT and beyond for Testing and Automation

Web Automation
Intermediate
Special Offer
$ 81
$ 65

What you’ll learn

Web Automation
API Automation
Generative AI
  • What is Generative AI? How to leverage it?
  • Learn practical uses of ChatGPT and Bard
  • Use ChatGPT for Testing
  • ChatGPT with Selenium, REST Assured, and Jenkins
  • Learn about Prompt Engineering
  • ChatGPT for SDETs
  • Use 3rd Party Plugins with ChatGPT
  • Learn how to write effective and clean code using ChatGPT
  • Use ChatGPT to review your code effectively

Learn Selenium with Java: From Zero to Hero

Beginner
Special Offer
$ 56
$ 45

What you’ll learn

  • Start from the basics of Java and Java Collections
  • Learn about the TestNG Framework and its implementation
  • Locators and their use in Selenium
  • Write Your First Selenium Script with Java
  • Advanced Features of Selenium including Selenium Grid
  • Learn about Selenium Webdriver, Jenkins, Maven and TestNG Framework
  • Execute a Live Test framework with Selenium with Java, POM, and Page Factory
  • Selenium cheatsheet and interview questions

Learn JavaScript from Scratch

Programming
Beginner
Special Offer
$ 38
$ 30

What you’ll learn

Programming
JavaScript
  • How Programming Languages actually work?
  • Build your basics by learning about Objects and Inheritance
  • JavaScript Arrays and Array Methods
  • Functional Programming
  • Document Manipulation with JavaScript
  • Control Flow and Loops
  • Asynchronous Programming in JavaScript
  • Create your first Web App in a few hours

Mastering Microservices and REST API Automation using REST Assured Course

API Automation
Beginner
Special Offer
$ 56
$ 45

What you’ll learn

API Automation
REST Assured
Java
ChatGPT
Jenkins
  • You'll be able to master REST API Automation with no prior experience
  • Introduction to APIs with Real-world Examples
  • Mastering API Testing: From Basics to Benefits
  • End-to-end learnings around Postman and Postman Powerhouse
  • API Automation using REST Assured with Projects
  • CI/CD Implementation with Jenkins
  • Create your own application and test it using REST Assured
  • ChatGPT API Automation
  • Cheatsheets and lessons on interview preparation and resume creation

Learn Performance Testing with JMeter

Non Functional Testing
Beginner
Special Offer
$ 41
$ 33

What you’ll learn

Non Functional Testing
  • What is Performance Testing? Types of Performance Testing
  • Common Interview Questions for Performance Testers
  • Performance Testing Process
  • Load Testing with JMeter
  • Load, Stress, Spike, Scalability, and Volume Testing
  • JMeter Grafana Integrations
  • Common Performance Testing problems and solutions

Bug Advocacy and Beyond – Report Bugs, Influence Stakeholders

Testing Fundamentals
Intermediate
Special Offer
$ 54
$ 39

What you’ll learn

Testing Fundamentals
Bug Advocacy
Bug Reporting
  • What is Bug advocacy? Why is it required?
  • Advocate for your bugs to various stakeholders
  • Creating an Effective Bug Report
  • Common mistakes made during Bug Reporting
  • Tools that can assist in Bug Reporting
  • Cheatsheets and Resources for Bug Reporting

Get Started with API Testing in Postman

[2023 Updated] Learn all about API Testing in Postman from an industry expert with over 10 years of experience. You shall receive access to 60+ Lessons and Quizzes, a certificate upon completion, and access to a community with the instructor.
This course gives you access to both manual as well automated API testing through Postman. This course starts from scratch with Postman fundamentals and then gives you a deeper understanding of various ready-made Postman features to build Framework
Those completing the Course get the entire fee back!
API Automation
Beginner
Special Offer
$ 53
$ 42

What you’ll learn

API Automation
Postman
Postbot
GraphQL
JavaScript
  • API Fundamentals and API Types
  • Importance and Basics of API Testing
  • Understand SOAP, REST, and JSON
  • Learn HTTP Methods and Status Codes
  • API Automation
  • API Testing Tools
  • Introduction to Postman
  • Postman Collections, Runner, and Newman
  • Assertions and Monitors
  • API Chaining and Data Externalisation
  • Mocking/Virtualisation
  • Popular Postman Integrations
  • API Documentation

Learn Software Testing from Industry Veterans

Become job-ready and move ahead of the pack. Learn from Industry Experts with a combined experience of 70+ years. With 20+ hours of content and 100+ resources covering various topics, this course is meant to get you job-ready with a strong foundation.

Designed for Freshers and beginners with Interview preparation. Freshers get a complete understanding of Software Testing, while Beginners can move ahead of their peers. Also comes with Instructor access and doubt-solving.

Those completing the Course get the entire fee back!

Testing Fundamentals
Beginner
Special Offer
$ 38
$ 30

What you’ll learn

Testing Fundamentals
For Freshers
Interviews
  • What is software testing? Why choose it?
  • Types of software testing
  • Become job-ready and crack interviews
  • Understand the principles that make a good tester
  • How to start your career as a Tester and progress in it
  • How to generate Test Cases and other deliverables?
  • Role of automation in Testing
  • Most asked Testing interview questions

Learn Software Testing from Industry Experts

Become job-ready and move ahead of the pack. Learn from Industry Experts with a combined experience of 70+ years. With 20+ hours of content and 100+ resources covering various topics, this course is meant to get you job-ready with a strong foundation.

Designed for Freshers and beginners with Interview preparation. Freshers get a complete understanding of Software Testing, while Beginners can move ahead of their peers. Also comes with Instructor access and doubt-solving.

Those completing the Course get the entire fee back!

Testing Fundamentals
Beginner
Special Offer
$ 85
$ 40

What you’ll learn

Testing Fundamentals
For Freshers
Interviews
  • What is software testing? Why choose it?
  • Types of software testing
  • Become job-ready and crack interviews
  • Understand the principles that make a good tester
  • How to start your career as a Tester and progress in it
  • How to generate test cases and other deliverables?
  • Role of automation in testing
  • Most asked testing interview questions

Worqference 2023

Thank you for participating in Worqference 2023! Worqference 2023 was extremely well-received by participants and covered several topics useful to Testers across different stages of their careers. Please enjoy your recording!
Beginner
Special Offer
2000
999

What you’ll learn

  • 17+ Skills from Industry Experts
  • Selenium, Cypress, Playwright
  • Career Readiness and Linkedin Profile Optimization
  • Data Analytics and Machine Learning and Design Thinking
  • Requirement Gathering, JQ in Testing, Mental Modules for Testers

Automation Testing Bundle – 13 Skills. 1 Course.

Confused about which Automation skill to get started in? 1 Course for 13 Different Automation Skills and Tools.

Get started with - Selenium, Cypress, Playwright, Postman, WebdriverIO, Appium, JQ, etc. from Industry Experts teaching you various skills. This is meant for Learners at all stages of their career

All at the price of 1 course! There are no other courses, which walk you through all automation skills.

You receive - Lifetime access to lessons, Multiple Cheatsheets and Mind-Maps, 13 workshops, and 13 experts - all for the price of one course!
automation
Beginner
Special Offer
$ 75
$ 61

What you’ll learn

automation
Selenium
Cypress
Appium
api-testing
  • 13 Test Automation Tools including Selenium, Cypress, and Playwright
  • Mobile Test Automation with Appium. Appium 2.0, and WebdriverIO
  • API Testing with Postman
  • Mocking in Testing
  • Contract Testing with Pact JS
  • Becoming a better tester through JQ and Code Listening

Learn Python from Scratch

Learn Python programming from an industry expert with over 17 years of experience. This course is designed to make you learn programming in Python with no prior experience.
Programming
Intermediate
Special Offer
$ 22
$ 18

What you’ll learn

Programming
Python
  • Get comfortable with the basics of Python in a few hours
  • Execute your first Python program within 20 minutes
  • Learn what Object Oriented Programming and what are the principles of OOPS
  • Learn about the basics of Data Structure and Algorithms (DSA) and why they're so important
  • Get ready for interviews and be placement-ready

Worqference 2022

Enroll yourself to learn 15 different topics through Atomic Workshops. Workshops on topics like Cypress, Security Testing, Selenium, Appium, Performance, API, Manual testing, Unit testing and more.
Selenium
Beginner
Special Offer
$ 45
$ 30

What you’ll learn

Selenium
Appium
Cypress
  • Getting Started with Cypress, Security Testing, Product Modelling
  • Writing Reliable Selenium Tests, Contract Testing, Appium 2.0
  • Learn about Influential Bug Reporting, Sketch Noting, Game Testing
  • Making Your Selenium Tests Reliable, Becoming Code Listener
  • Digital Accessibility, Leadership, Performance Testing

“Revealing Most Important Variables To Design Better Tests”

Delegates will learn an important first step in any test design activity. Delegates will improve their testing abilities whether Automated or Manual; whether Exploratory or Scripted; whether Functional or Non-Functional; whether Agile or Structured.
Testing Fundamentals
Intermediate
Special Offer
$ 38
$ 30

What you’ll learn

Testing Fundamentals
For Leaders
Test Design
  • Improve test diversity thus improve the ability to identify important issues EARLY
  • Identifying variables related to test objectives
  • Identify variables that are not explicitly expressed in requirements
  • Develop powerful tools to scope and focused testing
  • Develop technical collaboration skills to work effectively

Introduction To GIT: From Beginner to Advanced Concepts

Learn A-Z of GIT for Software Testers in this "Introduction to GIT" course by The Test Tribe, created by Lavanya Mohan.
GIT
Beginner
Special Offer
$ 37
$ 29

What you’ll learn

GIT
Web Automation
  • What is a Version Control System? Why is it used?
  • What is GIT?
  • Common GIT commands
  • Collaboration with team members on a GIT Project
  • Branching and Merging
  • Distributed GIT workflows that can be adopted on projects
The Test Tribe Logo
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.