Automation

Selenium Webdriver interview questions and answers

Are you preparing for an Automation interview? then you must have basic knowledge about java and Selenium webdriver. Selenium web driver contains many methods to perform automation. I am going to share some important Interview questions and answer for the selenium web driver. In Selenium webdriver, which command takes you forward by one page on …

Selenium Webdriver interview questions and answers Read More »

Bugspot in Python

What is bugspot in Python? Bugspots is a Python implementation of the bug prediction algorithm used at Google. It also embed command-line interface which can be used to list the “hot spots” of a Git repository. Google declares the top 10% of ranked files as hot-spots. During reviews and audits the developers can use this …

Bugspot in Python Read More »

Automate Visual testing using Puppeteer and Jest || Visual regression testing

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 know Google Introduce puppeteer with lots of amazing features like a screenshot or page to PDF conversion. We can take …

Automate Visual testing using Puppeteer and Jest || Visual regression testing Read More »

How to write End to End automation test using puppeteer

Write End to End automation test using puppeteer. In this Automation tutorial, I will cover what is a puppeteer, Automation testing, and how to perform automation testing 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 automate. Puppeteer always …

How to write End to End automation test using puppeteer Read More »

How to Handle drop down in Selenium Web Driver

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 drop down in Selenium Web Driver Select Class in Selenium web driver.  Select class or its methods are used to …

How to Handle drop down in Selenium Web Driver Read More »

How to handle HTML elements in selenium web driver

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 web driver. So let’s handle HTML elements in selenium web driver. Handle Input in selenium web driver There are some …

How to handle HTML elements in selenium web driver Read More »