300: Tool Triage
This port is part of the mini-series How To Research Tools. Last week we have created our list of tools. But Its long! There is no way we will you will…
This port is part of the mini-series How To Research Tools. Last week we have created our list of tools. But Its long! There is no way we will you will…
This article is part of the series "How To Research Tools" in this episode we will concentrate on Where to look for tools? There is so many tools before you…
TAPOST is conference in Riga, Latvia; unfortunately, I didn't have time for sightseeing, but I did manage to do some small tour. TAPOST First and foremost: Tapost conference is getting…
There is one thing we can't deny. It is dependent on tools - they improve our performance, and make what was once impossible - possible. However, we can get a…
Half month ago I did a poll about integration testing ownership. I have asked this question on three different services. Twiter, few slacks and Polish Testing group on Facebook. I…
Warning people with knowledge of good coding practices and faint heart should skip this post. Viewer Discretion is advised. This post is part of series dedicated to anti-patterns in test…
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…