How to launch Firefox, Internet Explorer, Chrome and Safari using Selenium WebDriver?

In this tutorial, we would discuss one of the very basic topics of automation testing. To be able to execute the desired automated test cases, the user is required to launch the web browser first. Thus in this tutorial, we would learn “How to launch Firefox, Internet Explorer, Chrome and […]

How to close an alert window?

I have come across situations where I have to tackle with alert windows coming up on to my screen randomly i.e. when I am not sure of their occurring behavior. Thus, in this article, our major focus would remain on “How to close an alert window”. Lately, while developing a […]

How to install UFT 11.52???

As you all might have already heard that QTP 11.52 is in the market or rather i should say UFT 11.52 is in the market. Thus, in this tutorial, we would discuss and illustrate the installation of UFT 11.52 in detail. In order to make installation easier and simpler, we […]

Configuring and Installing Selenium WebDriver

In this tutorial, we would study the configuration and installation of Selenium WebDriver on to our local system in 10 quick steps. Before initiating with the installation, I would like to take a moment to list the required softwares/installations to be in place before starting the WebDriver installation. Pre-requisites – JDK […]

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 […]

Testing Principles

Performing Testing has always been a crucial and challenging task. Thus, to perform testing effectively and efficiently, various guild lines have been presented and suggested by scholars already in the field. Numerous testing principles have been accumulated over the period of last few decades by rigorous understanding of the testing […]

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” […]