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 are released every…

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 various programming languages…

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 productivity. To achieve…

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 Cotocus. I share…

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 (QTP, currently UFT)….

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 such as Java,…

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. They developed JavaScript…

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 Environment) : It…

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 Landmark, stock market…

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 Landmark, stock market…

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 be similar to…

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 – Selenium server can…

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 School, travel stories…

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 and Delivery but…

Read more »