java

Highlight WebElements using Selenium WebDriver

Highlight WebElements using Selenium WebDriver

Highlighting elements using WebDriver The Native application, desktop based automation tools will have the native movements and we will visually see where…

Automatically Email the reports after Selenium test execution

How to automatically trigger email with reports after execution ?…

WebDriver

Thucydides – The ATDD way

Thucydides – The ATDD way

Thucydides In this article I introduce Thucydides, an open source ATDD framework built on top of Selenium 2. Introducing Thucydides Thucydides (Thoo-SID-a-dees)…

UML Class diagrams of Selenium Source code

Class diagrams of Selenium Source code. Going to be a…

Appium for Automating Native iOS Apps

Appium Test Automation tool for Native iOS Applications Guys, there…

SikuliWebDriver

SikuliFirefoxDriver SikuliFirefoxDriver extends Selenium’s FirefoxDriver by adding Sikuli’s image search…

More Articles

Android App for AssertSelenium

Android App for AssertSelenium A happy News for all Assert Selenium User’s out there. In this fast paced and a digitalized world, innovation of technology plays important role and one such innovation is going mobile and on cloud. Yes, here is an Andorid App for…

Protected: Selenium Conference 2014 in India

There is no excerpt because this is a protected post.

Selenium Blogs

List of Selenium blogs on the WWW I just couldn’t resist sharing with you all, the awesome collections of Selenium Blogs By Michael Wowro. A big thanks to Michael for spending his time in setting up that. Click here for the Selenium blogs list

Selenium with FitNesse – Acceptance testing Framework

Selenium Integration with FitNesse Acceptance testing framework FitNesse is a web server, a wiki, and an automated testing tool for software. FitNesse is a software development collaboration tool. FitNesse is designed to support acceptance testing rather than unit testing in that it facilitates detailed readable…

Silvernium ~ Selenium for Silverlight Applications

SilverLight Application Automation Selenium Support for SilverLight Applications The Silverlight is a relatively new client side technology released by Microsoft .To automate the Silverlight application using Selenium Open source is not possible directly. But in the open source market we can use the Silvernium component…

What is TDD, BDD & ATDD ?

Difference between TDD, BDD & ATDD   TDD- Test Driven Development, Behaviour Driven Development & Acceptance TestDriven Development Well, you could see the above Acronyms buzzing over all Automation folks. I was not sure on what it means and How it differs each other. How…

Performance data collection using BrowserMob Proxy and Selenium

BrowserMob Proxy with Selenium BrowserMob Proxy is a simple utility that makes it easy to capture performance data from browsers, typically written using automation toolkits such as Selenium and Watir. BrowserMob Proxy can capture performance data for web apps (via the HAR format). Used to…

Selenium 2.0 – WebDriver – Introduction

WebDriver is a tool for automating web application testing, and in particular to verify that functionalities work as expected. It aims to provide a friendly API that’s easy to explore and understand, easier to use than the Selenium-RC (1.0) API, which will help to make…

Selenium Project setup using Maven

Selenium Project Using Maven In the last post we saw How to setup the selenium WebDriver using Eclipse. Now here we will see How to setup the Selenium WebDriver using the Maven project. Maven is a Build tool for java just as Ant is. [http://maven.apache.org/what-is-maven.html].…

How To Setup a Selenium WebDriver Project in Eclipse ?

Creating a Simple Selenium – Java project in Eclipse This post will help the selenium users-Beginners to setup the selenium project and execute a simple WebDriver script Steps To Create a Selenium Project in Eclipse Step 1: Download Eclipse Step 2: Creating a New Java…