Selenium Webdriver
-
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 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 -
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 -
What is TestNG: Advantages, Annotations, & Best Practices
Know everything about TestNG, its advantages, annotations, how to run TestNG in Selenium, and best practices for seamless testing experience
Learn More -
How to test Chrome extensions in Selenium
Learn how to test Chrome extensions in Selenium easily, and how to set up Chrome Driver for the same. Also, understand language-specific code snippets for testing Chrome plugins in Selenium.
Learn More -
How to find broken links in Selenium
Find broken links in Selenium with five easy steps. Run the code example included here and start finding broken links with automated selenium testing.
Learn More -
Getting Started With Automation Testing Using Selenium Ruby: Tutorial
Selenium is a popular Browser Automation Framework to test UI of web apps. Learn automated testing from this Selenium Ruby Tutorial with example.
Learn More -
Selenium RC vs WebDriver: Key Differences Explained
Explore Selenium RC vs WebDriver: key architectural differences, limitations of RC, and why WebDriver is favored by BrowserStack.
Learn More -
How to Create Object Repository in Selenium
Learn about object repository in Selenium with relevant code examples for better understanding. Read how properties file in Selenium plays a critical role.
Learn More