Learn modern web testing with JavaScript, Cypress API Testing, and E2E visual testing

What you will learn

API Testing with Cypress

Test a React web app using different type of test

End to end visual test with Cypress

Visual cross browser & cross platform testing CICD with Github actions

Description

In the Comprehensive Testing with JavaScript tutorial, you will be equipped with the latest tools and techniques to improve your ability to test modern web applications.

You will find out the best approach of testing front-end, API and back-end.

Also, you will analyze and find ways to prevent the risk using functional testing, API testing, visual testing and many more.

You’ll learn:

✅ API Testing with Cypress

✅ Test a React web app using different type of test.

✅ End to end visual test with Cypress


Get Instant Notification of New Courses on our Telegram channel.


✅ Visual cross browser & cross platform testing

✅ CICD with Github actions

Ready to start? Check out the full curriculum and jump into the tutorial.

What our students are saying?

“I appreciate the time the instructor put on this course as well as the opportunity to get familiar with TestProject free of charge. Well explained, however, if you are using Windows and you are new in Automation Testing, you might find it a bit challenging with adding the SDK Token in your system environment since the instruction used MAC which is completely a different way with windows. Other than that… I appreciate a lot this free course …. thank you so much”

Wonderful content and things explained in a nutshell. Overwhelmed by Author’s dedication to putting things in such a way that any novice or manual tester can follow and understand and definitely be on-boarded as a Selenium Automation Engineer the next day at work. Thanks a million times for creating these courses! One Stop for Automation.” – Rupashree Geethaaviji Ananthakrishna

“I am familiar with Nikolay from a course I saw on TestAutomation and have the highest regard for him. Glad to see him on Udemy.” – Annamalai Viswanathan

English
language

Content

Introduction

Introduction
Weekly JavaScript Testing Tips
Free course for life, I hope!

Sauce Labs and GitHub Setup

Sauce Labs Setup
Gitpod Setup

API Testing, Methods and Its Advantages

API Testing, Methods and Advantages

Methods, Exercise and Solution

GET Method
Automating a GET Exercise
Automating a GET Solution
POST Method
Automating A POST Exercise
Automating A POST Solution
PUT Method
Automating a PUT Exercise
Automating a PUT Solution

LocalHost Setup and End to End UI Cypress Overview, Exercise with Solution

LocalHost Setup
Overview – E2E UI Test with Cypress
E2E UI Test with Cypress Exercise
E2E UI Test with Cypress Solution

Checking and Testing A Link

How To Ensure That The Link Is Correct
Testing A Link The Right Way

Link Testing Exercise and Solution

How To Test The Link Opens In A New Tab Exercise
How To Test The Link Opens In A New Tab Solution

Definition of Visual E2E, Exercise and Solution

What Is Visual E2E Testing
Visual E2E Test Exercise
Visual E2E Test Solution

CI System

Adding Code To CI System
BONUS LECTURE