Selenium Webdriver
-
How to handle Alerts and Popups in Selenium?
Learn how to handle Alerts, Popups & Web Dialog Boxes in Selenium with the help of examples and code snippets for easy understanding.
Learn More -
How to handle Checkbox in Selenium
Learn how to handle checkbox in Selenium with example. Know how to select multiple options in checkbox, assert checkbox selection & deselect checkbox
Learn More -
Relative Locators in Selenium
Know different Relative Locators in Selenium 4 such as above(), below(), toLeftOf(), toRightOf(), and near with examples along with Chaining Relative Locators
Learn More -
How to run parallel test cases in TestNG
Parallel Tests help in running multiple test cases simultaneously, saving time and costs. Here’s a guide on how to run parallel test cases in TestNG.
Learn More -
Test Driven Development (TDD) in Java
Learn what is TDD in Java, 5 steps of TDD, along with an example of TDD in Java using Selenium and JUnit to implement it efficiently for your Java Project
Learn More -
Architecture of Selenium WebDriver
Learn the Architechture of Selenium WebDriver in detail with diagram, along with the difference between Selenium 3 & Selenium 4 Architecture in this guide
Learn More -
How to handle Web Tables in Selenium
What are Web Tables? Learn to validate table data, and handle dynamic tables and Web Tables in Selenium, with help of examples.
Learn More -
How to Select Value & Handle Dropdown in Selenium without Select Class
Dropdown is an vital UI element handled using Select Class in Selenium. Learn various ways of how to handle Dropdown in Selenium without using Select Class
Learn More -
findElement and findElements in Selenium
Explore Find Elements in Selenium with methods like findElement and findElements in Selenium to locate Web Elements using multiple locators.
Learn More -
Keyword Driven Framework for Selenium
Learn more about keyword driven framework in Selenium with examples and code snippets to build a scalable framework for your testing process.
Learn More