Selenium Webdriver
-
How to 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 -
How to Press Enter without Element in Selenium Python?
Learn how to press enter in Selenium with the help of send_keys() function in Selenium Python in this quick guide.
Learn More -
Page Object Model and Page Factory in Selenium C#
This guide explains the concept of the Page Object Model (POM) and Page Factory in Selenium C#, along with the example and implementation.
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 -
What is a Test Runner
Want to know more about Test Runner? Learn how to execute test files on multiple real devices using Test Runner.
Learn More -
Page Object Model and Page Factory in Selenium Python
Step-by-step automated testing demonstration of Page Object Model and Page Factor in Selenium using Python as a programming language.
Learn More -
Why you should pay attention to flaky Selenium tests
Are flaky tests making your life miserable? If so, change your mindset about them. Flaky tests can tell you important things about your test setup, as well as about your testing team. Flaky tests can, in fact, be your friend.
Learn More