Blog

Introducing FluentLenium 2 - Selenium waiting game

Introducing FluentLenium is so far my most popular technical post and I will continue the series today with a very important subject - test waiting. For those who don’t know - FluentLenium is an actively developed Selenium extension that simplifies...

Tester's toolbox - an alternative guide

When you type ‘test tools’ in Google you can see a lot of links to Selenium, cURL, Cucumber, or even Firefox. I agree they are useful, but we are testers, and we shouldn’t test tools, but real systems. Below I...

Mapping lean principles to testing

Do’s and don’ts for testers is my most viewed post so far. Because of that (and because it’s always better to leave various doors open) I wouldn’t focus on technical posts only. Time for something my colleague accurately calls computer...

Learning pathways for testers

Usually, when I look online for learning resources I find a lot of rankings like: Top 10 blogs every tester should follow Top 5 sites every tester should know Top 20 Twitter account for every professional tester Almost always those...

Selenium - Browser Capabilities explained 1

In my first post about Selenium (FluentLenium series will focus on extension features only), I decided to tackle Chrome & Firefox capabilities which allow us to preconfigure browser settings before tests. This seemed quite easy at the beginning, but I...