Get started with TestNG

We wrote this post for testers who want to get started with TestNG. You will learn about some popular annotations used in TestNG. We also show you how to parameterize your automated checks. TestNG is a testing framework influenced from JUnit and NUnit but has some great features which makes it more powerful and easier to use. Some basic knowledge […]

Rethinking “manual testing”

Problem: “Manual testers” are often treated as second class citizens in the world of software. Are you fed up of being branded as a “manual tester”? Are you tired of how often people place automation on a pedestal? Do you tear your hair when people ignore your creative thought process and rush to “automate” the excellent information you uncovered? If […]

Cool things I read about this week (03-Aug-2014)

Fun things I read this week. 1. redBus startup drama 2. A pilot complaining about “automated flying” 3. The case against time zones 4. Not all team members are equal 5. Make recruitment a daily habit My notes: 1. redBus startup drama A pity. From all I have read, redBus had passionate, hardworking and highly motivated employees. This 2012 article […]

How to rearm Windows trial license

This post is meant for testers who use modern.ie to run cross browser tests. If you are a tester and do not know about modern.ie, I recommend reading our post on cross browser testing tools. Modern.ie was created by Microsoft and allows you to use Windows virtual machines without purchasing Windows licenses. Its awesome! The downside is that the modern.ie […]

Batman and Page Objects

Problem: The page object pattern is not yet understood by the average tester. To get the most out of this post, please read this post and then read at least one of the articles listed in the Holy further reading, Batman! section below. Why this post? There are many ways to write and maintain GUI automation tests. The most common […]

Mobile automation: Run Appium tests on Sauce Labs

Problem: Maintaining infrastructure for testing your mobile applications on different platforms and browser versions is time consuming. Why this post? This post was written for the hands on tester looking to explore different tools testers can use for mobile automation. In this post we will show you how to run your Appium tests on Sauce Labs. We estimate that you […]