Do you have any Idea on the importance of September 9 in a software tester’s life? Well, we will stop using our common term “bug” or “debug” and speak about the influential woman associated with this...
Friday, September 9, 2016
Wednesday, August 3, 2016

Selenium 3 is finally released - First impressions of Selenium WebDriver 3.0.0 beta 1
And now it's official. Selenium has released it's beta version of Selenium 3.0. Let's go through some of the highlights of the Selenium road-map, which will enable the companies to find plenty of time to figure...
Thursday, July 28, 2016

How to find Xpaths using WebDriver Element Locator
Finding/Writing XPath is one of the greatest challenge that most of the automation testers come across. In this post I am going to introduce a new plugin before you which will help you in finding the...
Thursday, July 7, 2016

Must Know Visual Studio Keyboard Shortcuts
In this post let me give you a short list of keyboard shortcuts for things you probably do often in Visual Studio. Many of them might be using these but still there are some who are...
Tuesday, July 5, 2016

How to find all links on a web page using selenium webdriver C#
Sometimes we may need to find some tricky actions on software web applications. Selenium webdriver do not have any direct method to perform any such tricky actions. So we may need to use some tricks in...
Thursday, May 5, 2016

Importance of Feasibility Study before starting to automate your application
Let's list out a few common questions that every software testers in the automation field might have heard in their career. What to Automate ? Why to Automate? Is this really useful? Are we really in...
Wednesday, May 4, 2016

Cheat Sheet for Selenium Webdriver
We know there are plenty of cheat sheets for various languages, libraries etc. I am sure this cheat sheet is gonna help the one's who have started learning Selenium. This sheet for selenium web driver provides...
Wednesday, April 27, 2016

How to verify if a checkbox is checked using Selenium Webdriver
It's quite a common scenario that we may come across where we need to verify if a particular check box is checked. If not checked we may want to mark it as checked. In this post...
Thursday, April 21, 2016

Challenges and Benefits of Adapting to Agile Methodology
It's always a nightmare when we usually think about getting and setting a team to work together. A team comprises of resources with different attitudes, personalities and roles, working in a similar environment and that is...
Wednesday, April 13, 2016

20+ Must have tools for any Software Tester to make their job easier
I’ve been working as a tester for more than 6 six years. During this period quite a lot has changed in the common QA practices, and I’ve always tried to keep up with times. As I...
Monday, April 11, 2016

How to download PDF files automatically in Firefox using Selenium WebDriver
Here I am trying to explain you, how to download PDF files automatically in Firefox using Selenium WebDriver. I always believe that learning through examples are the right and easiest way and hence let's see a ...
Friday, April 1, 2016

5 things to remember while going for Software Test Automation
Usually in testing, there is a saying that: 'if you do something more than once – automate it'. Software testing, where we routinely perform similar actions, is a perfect base for automation. In the modern software...
Wednesday, March 23, 2016

Is maintenance of Selenium Scripts - a hell ???
Most times we find ourselves scratching our heads and thinking, 'Why did it fail? It was working perfectly in the local server....'. Timeout or 'Session ID is null or Element not found' (my favorite) errors can...
Thursday, March 17, 2016

10 tips for improving the speed of selenium script execution
As you all know Selenium WebDriver is amazing for test automation. But sometimes automation scripts are slow in general. What do you do when the scripts are slow? Do you accept that this is how things...
Wednesday, February 10, 2016

Mobile Testing Challenges for the Software Testers in 2016
1. Native vs Web-view This has been a continuous problem that will most likely be around for a long time; the willingness to get an API ready and complete and not resorting to having to use...

Different kind of Exceptions occuring In Selenium WebDriver.
While automation it's quite common that we all come across different kind of Exceptions occurring In Selenium WebDriver. Lets see few Exceptions and what’s the reason for those !!!! I hope this post will help you...

A Detailed Guide on different type of Selenium WebDriver Wait
In automation, waiting is having the automated task execution elapse a certain amount of time before continuing with the next step. Selenium WebDriver provides various commands for implementing wait. In this post, we have listed out...