Cypress in a nutshell

In this tutorial, we will get some information about End-to-end testing, Cypress Test Automation Framework, and even we will use it in the example. E2E Testing What is E2E Testing? End-to-end testing is a type of testing in which we test business processes (user journey) from start to finish under production-like circumstances. The most advantage…

Continue reading

Selenium WebDriver

In this tutorial, we will focus on Automation Testing.This what I will present in this post will be testing in Selenium. What is Selenium? Selenium is a portable framework that we can use for test web applications. When we will visit the official Selenium website, we can see that we have 3 types of Selenium:…

Continue reading