What is Visual testing and how to automate visual testing using puppeteer and jest? In this puppeteer and jest tutorial. We will see how to automate and verify the visuals of an application. As you…
How to automate the login and registration page using puppeteer, Mocha, and jest. In this puppeteer automation tutorial, We will see web automation examples using puppeteer. Puppeteer is a node library that is used to…
How to create End to End web automation using puppeteer and jest. Puppeteer is a web scraping and web automation tool. Puppeteer is a node js library that contains lots of features to automation a web…
How to Write a case study of an automation project. Software automation case study of a payroll management system project. Below is an example of the automation project on the payroll management system project. Project…
In this tutorial, we are going to focus on the Dropdown menu. How to automate the Drop Dow menu using selenium web driver and all the key points to Handle drop down in Selenium Web Driver Handle…
In this tutorial, I am going to discuss. how to handle HTML elements in selenium web driver. Here I am going to cover all the common elements like button, Input, radio button, Checkbox in selenium…
Browser and navigation commands in selenium web driver is the most common and useful command at the initial stage of automation. In this selenium web driver tutorial, I am going to cover all the important…
How to Find Element in selenium web driver to perform automation. In this tutorial, I am going to cover all the different way to find an element to perform automation using selenium web driver. findElement(By…
In Automation the most common term is web driver and web element but do you what exactly the meaning of this term. So here in this tutorial, I am going to cover what is Web…
The very first step is to open a browser to start the automation of any web application. Selenium provides support for multiple browsers like Chrome, Firefox, and IE. In this tutorial, we are going to…