Selenium Automated Tests integration with Jenkins
Overview Continuous Integration(CI) helps the tech team to ensure whether a build is ready or not and if they can move into the next phase...
Leveraging Virtualization for Optimized Rendering in ReactJs
Introduction In the realm of modern web development, achieving high performance is paramount to delivering a seamless user experience. React, a popular JavaScript library, has...
Sending email report with attachments in Selenium Webdriver
When we are using Selenium or any other automation tool, we are performing operations on the web application. But our purpose of automation is not...
Selenium with docker – Part 1
Automation testing has become integral part of any software development cycle. And when it comes to web application automation, the Selenium Web driver is the...
Selenium with docker – Part 2
In the previous article, we saw how we can use a Docker stand-alone container with selenium. In this article, we will learn how to run...