TL;DR It this blog post I will give an example of fast decision making and explain why the skill of making fast decisions could make you better software tester. Olympic…
TL;DR In my previous blog post, Simulating time in Ruby on Rails framework, I described how to travel in time in both directions by using Ruby on Rails console. In…
TL;DR In this post I will explain one quick, but very important, test idea. Inverse feature. In order to avoid complex mathematical description and proof, let’s use simple plain explanation….
We are proud to announce Testival 2016! Testival is, simply put, a software testers’ event. A place for software testers to meet with each other and talk about testing. It…
TL;DR This post is feature analysis of my Internet banking application. As a user, I am not satisfied how those features are implemented because using them I spent much more…
TL;DR In this post I will provide example how just one character can make a significant difference regarding security of Django web application. The issue is sql injection. When I…
TL;DR One of my previous heuristics was that people make more mistakes in alternative path that are usually complicated than basic flow. Here is one more example that supports that heuristic….
TL;DR As clouds passing by over your head, so the time passes through your product under test. Time is important testing variable that is often overlooked as source of test…
TL;DR Missing product feature is one of situation where test automation can not help you. You as a tester should raise a risk about product missing feature. FEW HICCUPPS heuristic…
TL;DR I started my Elixir functional language learning path. My goal is to learn Phoenix framework, and this is precondition. I will explain why I found that Elixir School is not…