Understanding Selenium Testing – A Quick Overview

The app development industry is booming as every business knows the importance of having a strong digital presence to serve customers. Millions of websites and web applications…

Read More

What is Selenium and use cases of Selenium?

What is Selenium? Selenium is an open-source suite of tools used for automating web browsers. It provides a way for developers and testers to write scripts in…

Read More

Selenium vs Playwright: Which one to choose for automation business apps?

Automation has become increasingly important in the development and testing of business applications. It allows businesses to efficiently execute repetitive tasks, ensure consistent performance, and improve overall…

Read More

How to display selenium html report using jenkins pipeline?

Step 1 – Install seleniumhtmlreport https://plugins.jenkins.io/seleniumhtmlreport/ Step 2 – Use following code Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…

Read More

Complete guide of Selenium certification courses, tutorials & training

What is Selenium Selenium is an open-source, free automated testing toolkit for web applications that works with various platforms and browsers. It resembles HP QuickTest Pro considerably…

Read More

Complete Selenium Certification Guide & tutorials

What is Selenium? Selenium is an open-source tool that automates web browsers for testing purposes. It offers a single interface to write test scripts in programming languages…

Read More

What is Selenium and How it works? An Overview and Its Use Cases

History & Origin of Selenium Selenium was born in 2004 when Jason Huggins—an engineer at ThoughtWorks—was working on an application that required a lot of manual testing….

Read More

Top 50 selenium interview questions and answers

1) What is Selenium and what is composed of? Selenium is a suite of tools for automated web testing. It is composed of Selenium IDE (Integrated Development…

Read More

How to work with Selenium IDE?

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

What are the options we have for selenium-server-standalone jar file?

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

How to run selenium server and node in background?

Windows LinuxFor unix, nohup represents ‘no hangup’, which is slightly different than a background job (which would be command &. I believe that the above command should…

Read More

How to run a selenium-server-standalone and grid/hub mode?

What is Selenium Server (Grid)?The Selenium Server is needed in order to run Remote Selenium WebDriver (Grid). Download Location – Click Herehttps://www.selenium.dev/downloads/ As per GridRole class –…

Read More

Selenium Example Programs and Examples

Basic-Selenium-Java getting-started-with-selenium-example-programs Selenium-WebDriver-3-Practical-Guide-Second-Edition RxDemo-Java-UT-AT-Selenium Selenium-Maven-Template Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps…

Read More

How to run UI testing in Docker container using Selenium

Docker is one of the revolutions technologies which has created lots of buzz in the Software development practices. Docker has not only helped to setup Continuous Integration…

Read More