TestNG Soft Assertion And Hard Assertion In Selenium
TestNG– Soft and Hard Assertion in Selenium - Learn how assertions works in selenium project using TestNG dependency with example & sample program step by step
Store Excel Data With HashMap In Selenium
Learn How to Store Excel Data With HashMap In Selenium with sample code in Java and level up your expertise. Read the excel file data & write it into a hashmap. This tutorial will help you understand how we can use the hashmap concept to store excel data in selenium or Java.
Apache POI – Read Excel file in Selenium or Java
Learn "How to read excel file using Apache POI in Java & Selenium?"
And, get expertise in writing your own excel reader code in Java
Locators in Selenium WebDriver– Types with Examples
Learn how to find web elements using selenium locators & write selenium script to identify locators. Know about different types of selenium locators with example
Mouse Hover And Click In Selenium – Double Click Using Selenium
Learn How to perform Mouse Hover and Double Click using Selenium with example & write your own automation script for mouse hover and double click in selenium
Handle Multiple Windows in Selenium
Handle Multiple Windows in Selenium: What is Selenium Web Driver? Learn how to write selenium or automation script to handle multiple windows with examples.
Write Selenium Code To Test Browser Console Error Logs testing
Selenium can help in automation testing of browser console error logs. Learn how to write selenium code for automation testing of browser console error logs with example and step by step
How to Find ALL/Broken links using Selenium WebDriver?
Why you should check Broken links?
How to find broken links using Selenium? The first thing to remember is you should always make sure none of the links on your webpage is broken and users don’t get to land on an error page.
For that reason, verification of links is one of the most common testing practices which is done by opening each link and ensuring that each link is working correctly.
How To Select Drop Down in Selenium?
Selenium select class provides a good method to select dropdown, get dropdown, selected dropdown, get a list of available dropdowns, deselect, select multiple dropdowns. In this article, we explained each method in details with snapshot and step by step by explanation.
Selenium and TestNG Setup with Maven
Learn Selenium and TestNG complete Setup with Maven, Step by Step setup of selenium, testng and maven for automation testing project using Java