Selenium Webdriver
-
How to Generate Extent Reports in Selenium
Extent Reports in Selenium enable testers to generate detailed, rich reports for tests. Learn how to create Selenium Extent Reports with code and examples.
Learn More -
Data Driven Framework in Selenium
A data-driven framework minimizes test cases and improves defect detection. Learn to execute data-driven tests and read Excel data in Selenium.
Learn More -
How to handle Action class in Selenium
Action Class in Selenium performs Keyboard Actions & Mouse actions. Learn to execute mouse hover, click, double click in Selenium with examples.
Learn More -
Selenium Grid 4 Tutorial
Step-by-step guide to download, install & set up Selenium Grid 4. Explore its features, components & architecture in a simplified manner.
Learn More -
Page Object Model and Page Factory in Selenium
Understand the fundamental concept of Page Object Model (POM) and Page factory in Selenium along with the example and key differences.
Learn More -
How to run parallel test cases in TestNG
Learn how to run parallel test cases in TestNG, why combine it with Selenium, challenges involved and more with this guide.
Learn More -
How to handle Captcha in Selenium
Step-by-step tutorial on how to run Selenium tests on a website with Captcha enabled. Code sample included. Test websites on real browsers & devices.
Learn More -
How to get Selenium to wait for a page to load
Learn how to get Selenium Wait for a page to load using implicit wait, explicit wait, and fluent wait. Also learn how to handle asynchronous page loads.
Learn More -
What is Automated UI testing?
Learn what is UI automation testing, how to perform it, benefits and best practices, the tools used and more with this detailed guide.
Learn More -
Understanding Stale Element Reference Exception in Selenium
Learn about Stale Element Reference Exception in Selenium, when it occurs, and different methods to handle Stale Element Reference Exception
Learn More