What Tester can learn in support
In my first work, there was one team for testing and support. Each of us was both testers and first line support for our team's projects. It was…
In my first work, there was one team for testing and support. Each of us was both testers and first line support for our team's projects. It was…
I have first heard about "Software Testing as a Martial Art" by David Greenlees on Joe Colantonio "TestTalk." It sounded exactly up my alley since I am also fond of…
Single Responsibility Principle is one of the core guidelines for object-oriented programming. In short, it means one class has does one thing only. Same for methods it does exactly one…
TL DR[expand = "Click here to see short summary"] Experiment! It is good for you. [/expand] Why Experiment Matter My father like to ask this question: "Do you know the…
On Wednesday I was speaking at Dublin Ministry of Testing Meetup. I have given few presentations already, but that was my first in English. I was excited, and to rise…
The following post is part of series called 'Flowers.' You can find a previous entry here: Flower 1 Wet Locators This time we start with this masterpiece of an if statement.…
Flower Series Introduction In Poland, stories about some silly mistake that you or someone else has made are called flowers. Probably after THE LITTLE FLOWERS OF SAINT FRANCIS OF ASSISI.…
The Obvious. A statement that Communication is important in Agile at this point can be treated as an axiom. So I won't explain it. But this mini-series is all about getting…
The Struggle Tell me does this sound familiar: [Dev]"Hey! I can't reproduce this bug on my local end. So bug rejected" [Me] "Did you try test2.env.com? I was testing it…
TL;DR [expand = "Click here to see short summary"] Good Book! It will help you shape how to think about writing code, even for test automation. [/expand] A struggle for quality…