Switching between multiple WebDriver instances

In this article, we would discuss about the scope of multiple driver instances and their usability perspective. We would understand the entire concept with the appropriate examples and code samples. By the term, “Multiple WebDriver Instances”, we mean to say that we create more than one Webdriver instances and launch […]

Selenium Assert Statements

This blog explains the usage of assert statements in Selenium. assertTrue() in Selenium WebDriver and its implementation in WebDriver scripts. Being a Automation tester/Engineer, the word assert has become an integral part of our testing routines/activities. In literal terms, the word can be interpreted as “to state to be true” […]