This article covers some of the most important CSS selectors for Selenium WebDriver, explaining the syntax and how to identify web elements. At the end of the post, you can find a...
In this article, let us look at an example Page Object Model (POM) for a Test Automation Framework. POM is a popular design pattern with classes that represent each page of an...
In this series, we are going to dive into some benefits and examples of a Test Automation Framework. A framework is an architecture of integrated parts. Some of those integrated...
There is a lot of heated debate on the Web these days about which JavaScript framework to use. There are a lot of options as far as frameworks go, and the two main contenders are...
XPath is an important Web application UI Elements Identifier mostly used in test automation. It is one of the widely used identification strategies in open source tools. In this...
Element selectors for Selenium WebDriver are one of the core components of an automation framework and are the key to interaction with any web application. In this review of...
The following tutorial is the second step in Creating a Test Automation Framework with C#, Nunit & Selenium Webdriver, in which we'll be learning about the various methods to...