Automation Testing, Testing

Selenium Conf’16: Bangalore

From the last half-decade, Selenium conference (SeConf) is being organized across the world for all the automation enthusiasts highlighting the new territories of this growing technology. Opportunely, this time, I attended SeConf’16 along with my colleagues, Sarthak Srivastava and Vikas Sharma. The first leg of this conference was held...

by Ram Bahadur
Tag: selenium web driver
29-Jun-2016

Automation Testing, Testing

How to use ExtentReport in a framework

The other day while I was executing my TestNG test cases in the Selenium WebDriver, all my test cases got executed, and the report also showed correctly. However, I usually don't find its user interface very friendly especially when it's about creating reports. That's when I came across a user friendly reporting tool...

by Kimi Agarwal
Tag: selenium web driver
29-Jun-2016

Automation Testing, Testing

Convention of Selenium Script

Like developers write code to implement a functionality, testers write scripts to test it. Similarly, testers also have to be careful in writing these scripts to maintain the standard of the code. Often it happens that a script running for the first time does not run the second time or shows failed test cases in later runs. To overcome...

by Kimi Agarwal
Tag: selenium web driver
25-May-2016

Automation Testing, Java

BrowserMob: Proxy for WebPage Load Testing Using Selenium

Every high-performance organization uses one or the other performance measures and, often, are involved in devising new techniques and tools to deliver efficient performance systems. These tools are used to collect performance data to analyse and forecast the behaviour of the system when it goes live, and to eliminate all the issues that...

by Keshav Kashyap
Tag: selenium web driver
02-May-2016

Automation Testing, Testing

Easy approach to handle authentication window in selenium webdriver

Before we get started, on how to handle authentication window in Selenium WebDriver. Let’s discuss what authentication window is & why it is used in applications? What is Authentication Window? Authentication is a process which is required to access some applications in which HTTP authentication is used for security purpose....

by Shilpa Ranjan
Tag: selenium web driver
04-Feb-2016

Automation Testing, Testing

Useful Functions for Automation Framework using Selenium Web Driver

While doing automation using selenium, there are certain repetetive tasks that we need to perform in order to handle page elements. So, the aim of this blog is to highlight some common operations that we need to handle every now and then. Some operations are: 1. Open URL in different browsers (Chrome, Firefox, IE) 2. Do mouse-hovers ...

by Sumit Gambhir
Tag: selenium web driver
28-May-2015

Automation Testing, Grails

Handing Browser Alert Box Using Selenium Web Driver

Recently while working on selenium I have come across in a situation where browser dialog box are the show stopper to validate 'Login/Registration/Forgot Password etc.' modules, though we are considering such cases as design issues. However we need to deal with it to learn something new, fortunately I have got the solution to handle...

by Anurag Tiwari
Tag: selenium web driver
26-May-2015

Grails, Technology

Customizing the Firefox Profile and using with Selenium Web Driver

What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile...

by Gaurav Gupta
Tag: selenium web driver
12-Dec-2014

Grails, Technology

Selenium Web Driver: An Introduction

Selenium WebDriver is a clean, fast framework for automated testing of webapps. Selenium WebDriver, a popular and well established testing framework is a wonderful tool that provides a handy unified interface that works with a large number of browsers and allows you to write your tests in almost every language you can imagine from Java...

by Gaurav Gupta
Tag: selenium web driver
07-Dec-2014