Latest Topics from Selenium Tutorial
FindElement and FindElements Commands
Whenever you plan to automate any web application using Webdriver, you usually start…
Learn Basic Selenium Webdriver Commands
We've already posted many useful Selenium Webdriver tutorials covering various topics like the Selenium…
Selenium Components for Web Test Automation
Nowadays, Selenium is apparently the best choice for doing automated testing of…
How to Install and Use FireBug and FirePath
In this post, we’ll walk you through the step-by-step process to install…
How to Select the Selenium Locators
In the previous blog post, we walked you through the eight essential…
8 Ways to Use Locators for Selenium Testing
Locators provide a way to access the HTML elements from a web page.…
TestNG Params and DataProvider Annotations
Unlike the old & reliable JUnit Test Framework, TestNG is the modern-day test…
Code to Save Selenium TestNG Result to Excel
In this post, we'll explain and demonstrate a method for saving Selenium…
How to Read data from Properties File Using TestNG
In this post, we are explaining how to read data from properties…
How to Implement Object Repository (OR) in Selenium
Selenium is the most used software automation testing tool. It provides APIs…
How to Create TestNG Test Case in Selenium
In our previous blog posts on the TestNG framework, we covered the…
Important TestNG Annotations for Selenium
In our last post on TestNG, we explained the three unique ways to…