Flower 4: Unused Code
This post is part of longer series you can see more here There are many bad practices that you can observe in the test code. Some of them are minuscule…
This post is part of longer series you can see more here There are many bad practices that you can observe in the test code. Some of them are minuscule…
EDIT 13-10-2018: This post represents my previous view on this matter. My more up to date view can be found here. This is the question that is on my mind…
I am in Dublin for 1,5 year, but I have started exploring it less than few month ago. I have finally got my Bikecicle sort out and some time to…
Some wise sages from mountains said: Each member of Agile Team is a Developer. What he meant by that is everyone should have at least be able to do a…
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.…