12 Program Challenge update #7 4th Task Done!
Time flyes and January is coming to an end.So let's see how well I did on project four went. The Excuses I will admit. This exercise was simple cause I…
Time flyes and January is coming to an end.So let's see how well I did on project four went. The Excuses I will admit. This exercise was simple cause I…
This short article is a small case study with two main points: The usefulness of interface with Generics and the consequences of the decision made in planning automation. The issue…
I am a firm believer in self-documenting code so if you see a code and you see the comment; it means something is wrong. Yes, there are exceptions to the…
This post is part of longer series about code smell and antipatterns in tests automation you can see more here. Today we will take a look at abuse of try…
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…
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…
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.…
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…