50 Top Most Popularly Asked Selenium Interview Questions And Answers In this tutorial, we have listed the top 50 most commonly asked Selenium Interview questions including Selenium IDE, Selenium RC, Selenium Grid and Selenium WebDriver interview questions. Following are frequently asked questions in interviews for freshers as well experienced Selenium […]
Selenium
Usage of contains () and starts-with () functions in Xpath
In the current tutorial, we would shed light on various functions that can be used to create Xpaths when we possess only the partial knowledge about the HTML attribute associated with the web element. Thus In this tutorial we would have a look at the “Usage of contains () and […]
Appium Configuration and Installation
In this tutorial, we would shed some light on a newly acclaimed tool for Mobile Application Testing named as Appium. We have designed the tutorial to show the step by step Appium installation and setup. Appium (Selenium for Apps) is an open source Automation Testing Framework which specifically caters mobile […]
Double Clicking an element in Selenium WebDriver
In this tutorial, we will explain how to work with Actions Class for double clicking an element by taking a simple example. To do the same, we have created a Junit class. We will exploit the capabilities of WebDriver’s Actions Class in order to perform Double Click. Check out the […]
Handling alert in Selenium WebDriver
This video describes how to handle alert pop up using Selenium. It will also let you know about WebDriver’s Alert Interface to handle web based pop ups and Robot Class to handle window based pop ups.
Explicit and Implicit waits in Selenium WebDriver
Waits are an important aspect of Automation Testing. Consider a situation where there is a slow network connection or your application is facing a heavy traffic or your application takes a few seconds to load all the web elements in to DOM or frequent page loads. In all the mentioned […]
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 […]
Selenium WebDriver script for login
In this tutorial, we would make you acquainted with the primary sections of an elemental WebDriver test script. We would create a sample Selenium WebDriver script for login functionality to make you familiar with code and strategy. Before starting with the test script creation, let us take a moment to […]
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 […]