Recent Posts

Migrated away from Wordpress

8 minute read

How i moved away from Wordpress and into the world of static site generators with Jekyll and Github pages

Writing clear bug reports

7 minute read

Writing clear and concise bug reports can greatly reduce the back and forth between different engineering stakeholders. We discuss on what makes a good bug r...

How to work with redis for test automation

3 minute read

Redis is a powerful in-memory data store that could be used for a variety of test automation use cases. In this post, we setup a redis server on an ubuntu VM...

Why automate tests early

8 minute read

A post on why test automation early and in parallel to the development cycle can help you scale faster and give better and quickly repeatable confidence over...

Mobile app testing checklist

5 minute read

A testers brain requires a lot of creativity and the no of scenarios that we test on a day to day basis are innumerable. Expecting the brain to remember all ...