In this lesson, we will learn how to fill out forms on a website using Cypress. Forms are everywhere on websites—for signing up, logging in, or sending messages. We will see how Cypress can help us automatically type into these forms and submit them to make sure everything works correctly!
Filling Out Forms
00:00
Module 7: Testing Different Web Pages
In this lesson, we will learn how to test websites that have multiple pages using Cypress. Many websites have different pages you can visit, like a home page, about page, and contact page. We will see how to use Cypress to check if the links take us to the right pages!
Navigating Between Pages
00:00
Module 8: Debugging and Fixing Errors
In this lesson, we will learn what to do when a test fails. Sometimes, Cypress might tell us that something isn’t working right. Don’t worry! We will see how to find and fix these mistakes easily, just like solving a puzzle.
What to Do When a Test Fails
00:00
Module 9: Running Tests Automatically
In this lesson, we will learn how to run tests automatically using Cypress. This means letting Cypress do the work for us without having to click anything. We will see how to run tests in different web browsers like Chrome and Firefox, and how to run all your tests with just one simple command!
Ahsan Hayat Khan